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