Uses of Class
zowe.client.sdk.rest.Response
-
Packages that use Response Package Description zowe.client.sdk.rest Http functionality used by the SDKzowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosfiles Zos files functionality provided by the SDKzowe.client.sdk.zosjobs Zos jobs related processing provided by the SDK -
-
Uses of Response in zowe.client.sdk.rest
Methods in zowe.client.sdk.rest that return Response Modifier and Type Method Description protected <T> ResponseZoweRequest. executeJsonRequest(T request)Execute a Zowe rest call request and return a Json objectResponseJsonDeleteRequest. executeRequest()Execute the formulated http requestResponseJsonGetRequest. executeRequest()Execute the formulated http requestResponseJsonPostRequest. executeRequest()Execute the formulated http requestResponseJsonPutRequest. executeRequest()Execute the formulated http requestResponseStreamGetRequest. executeRequest()Execute the formulated http requestResponseTextGetRequest. executeRequest()Execute the formulated http requestResponseTextPutRequest. executeRequest()Execute the formulated http requestabstract ResponseZoweRequest. executeRequest()Abstraction method.protected <T> ResponseZoweRequest. executeStreamRequest(T request)Execute a Zowe rest call request and return a stream objectprotected <T> ResponseZoweRequest. executeTextRequest(T request)Execute a Zowe rest call request and return a text object -
Uses of Response in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility with parameters of type Response Modifier and Type Method Description static voidRestUtils. checkHttpErrors(Response response)Return specialized http error messagestatic ZosmfTsoResponseTsoUtils. getZosmfTsoResponse(Response response)Retrieve Tso response -
Uses of Response in zowe.client.sdk.zosfiles
Methods in zowe.client.sdk.zosfiles that return Response Modifier and Type Method Description ResponseZosDsnCopy. copy(String fromDataSetName, String toDataSetName, boolean replace, boolean copyAllMembers)This copy method allows the following copy operations:ResponseZosDsnCopy. copy(CopyParams params)Copy dataset or dataset memberResponseZosDsn. createDsn(String dataSetName, CreateParams params)Creates a new dataset with specified parametersResponseZosDsn. deleteDsn(String dataSetName)Delete a datasetResponseZosDsn. deleteDsn(String dataSetName, String member)Delete a dataset memberResponseZosDsn. writeDsn(String dataSetName, String content)Replaces the content of an existing sequential data set with new content.ResponseZosDsn. writeDsn(String dataSetName, String member, String content)Replaces the content of a member of a partitioned data set (PDS or PDSE) with new content. -
Uses of Response in zowe.client.sdk.zosjobs
Methods in zowe.client.sdk.zosjobs that return Response Modifier and Type Method Description ResponseCancelJobs. cancelJob(String jobName, String jobId, String version)Cancel a job that resides in a z/OS data set.ResponseCancelJobs. cancelJobForJob(Job job, String version)Cancel a job that resides in a z/OS data set.ResponseCancelJobs. cancelJobsCommon(ModifyJobParams params)Cancel a job that resides in a z/OS data set.ResponseDeleteJobs. deleteJob(String jobName, String jobId, String version)Cancel and purge job from spool.ResponseDeleteJobs. deleteJobCommon(ModifyJobParams params)Delete a job that resides in a z/OS data set.ResponseDeleteJobs. deleteJobForJob(Job job, String version)Cancel and purge job from spool.
-