Uses of Class
com.oracle.bmc.servicemesh.responses.CreateVirtualDeploymentResponse
-
Packages that use CreateVirtualDeploymentResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of CreateVirtualDeploymentResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return CreateVirtualDeploymentResponse Modifier and Type Method Description CreateVirtualDeploymentResponse
ServiceMesh. createVirtualDeployment(CreateVirtualDeploymentRequest request)
Creates a new VirtualDeployment.CreateVirtualDeploymentResponse
ServiceMeshClient. createVirtualDeployment(CreateVirtualDeploymentRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type CreateVirtualDeploymentResponse Modifier and Type Method Description Future<CreateVirtualDeploymentResponse>
ServiceMeshAsync. createVirtualDeployment(CreateVirtualDeploymentRequest request, AsyncHandler<CreateVirtualDeploymentRequest,CreateVirtualDeploymentResponse> handler)
Creates a new VirtualDeployment.Future<CreateVirtualDeploymentResponse>
ServiceMeshAsyncClient. createVirtualDeployment(CreateVirtualDeploymentRequest request, AsyncHandler<CreateVirtualDeploymentRequest,CreateVirtualDeploymentResponse> handler)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type CreateVirtualDeploymentResponse Modifier and Type Method Description Future<CreateVirtualDeploymentResponse>
ServiceMeshAsync. createVirtualDeployment(CreateVirtualDeploymentRequest request, AsyncHandler<CreateVirtualDeploymentRequest,CreateVirtualDeploymentResponse> handler)
Creates a new VirtualDeployment.Future<CreateVirtualDeploymentResponse>
ServiceMeshAsyncClient. createVirtualDeployment(CreateVirtualDeploymentRequest request, AsyncHandler<CreateVirtualDeploymentRequest,CreateVirtualDeploymentResponse> handler)
-
Uses of CreateVirtualDeploymentResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return CreateVirtualDeploymentResponse Modifier and Type Method Description CreateVirtualDeploymentResponse
CreateVirtualDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type CreateVirtualDeploymentResponse Modifier and Type Method Description CreateVirtualDeploymentResponse.Builder
CreateVirtualDeploymentResponse.Builder. copy(CreateVirtualDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-