Uses of Class
com.oracle.bmc.apigateway.responses.GetDeploymentResponse
-
Packages that use GetDeploymentResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of GetDeploymentResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return GetDeploymentResponse Modifier and Type Method Description GetDeploymentResponse
Deployment. getDeployment(GetDeploymentRequest request)
Gets a deployment by identifier.GetDeploymentResponse
DeploymentClient. getDeployment(GetDeploymentRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetDeploymentResponse Modifier and Type Method Description Future<GetDeploymentResponse>
DeploymentAsync. getDeployment(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
Gets a deployment by identifier.Future<GetDeploymentResponse>
DeploymentAsyncClient. getDeployment(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
-
Uses of GetDeploymentResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GetDeploymentResponse Modifier and Type Method Description GetDeploymentResponse
GetDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetDeploymentResponse Modifier and Type Method Description GetDeploymentResponse.Builder
GetDeploymentResponse.Builder. copy(GetDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-