Uses of Class
com.oracle.bmc.servicemesh.requests.GetVirtualDeploymentRequest
-
Packages that use GetVirtualDeploymentRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of GetVirtualDeploymentRequest in com.oracle.bmc.servicemesh
Method parameters in com.oracle.bmc.servicemesh with type arguments of type GetVirtualDeploymentRequest Modifier and Type Method Description Future<GetVirtualDeploymentResponse>
ServiceMeshAsync. getVirtualDeployment(GetVirtualDeploymentRequest request, AsyncHandler<GetVirtualDeploymentRequest,GetVirtualDeploymentResponse> handler)
Gets a VirtualDeployment by identifier.Future<GetVirtualDeploymentResponse>
ServiceMeshAsyncClient. getVirtualDeployment(GetVirtualDeploymentRequest request, AsyncHandler<GetVirtualDeploymentRequest,GetVirtualDeploymentResponse> handler)
-
Uses of GetVirtualDeploymentRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return GetVirtualDeploymentRequest Modifier and Type Method Description GetVirtualDeploymentRequest
GetVirtualDeploymentRequest.Builder. build()
Build the instance of GetVirtualDeploymentRequest as configured by this builderGetVirtualDeploymentRequest
GetVirtualDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVirtualDeploymentRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type GetVirtualDeploymentRequest Modifier and Type Method Description GetVirtualDeploymentRequest.Builder
GetVirtualDeploymentRequest.Builder. copy(GetVirtualDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-