Uses of Class
com.oracle.bmc.servicemesh.responses.GetMeshResponse
-
Packages that use GetMeshResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of GetMeshResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return GetMeshResponse Modifier and Type Method Description GetMeshResponse
ServiceMesh. getMesh(GetMeshRequest request)
Gets a Mesh by identifier.GetMeshResponse
ServiceMeshClient. getMesh(GetMeshRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type GetMeshResponse Modifier and Type Method Description Waiter<GetMeshRequest,GetMeshResponse>
ServiceMeshWaiters. forMesh(GetMeshRequest request, Mesh.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMeshRequest,GetMeshResponse>
ServiceMeshWaiters. forMesh(GetMeshRequest request, Mesh.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMeshRequest,GetMeshResponse>
ServiceMeshWaiters. forMesh(GetMeshRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Mesh.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetMeshResponse>
ServiceMeshAsync. getMesh(GetMeshRequest request, AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
Gets a Mesh by identifier.Future<GetMeshResponse>
ServiceMeshAsyncClient. getMesh(GetMeshRequest request, AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type GetMeshResponse Modifier and Type Method Description Future<GetMeshResponse>
ServiceMeshAsync. getMesh(GetMeshRequest request, AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
Gets a Mesh by identifier.Future<GetMeshResponse>
ServiceMeshAsyncClient. getMesh(GetMeshRequest request, AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
-
Uses of GetMeshResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return GetMeshResponse Modifier and Type Method Description GetMeshResponse
GetMeshResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type GetMeshResponse Modifier and Type Method Description GetMeshResponse.Builder
GetMeshResponse.Builder. copy(GetMeshResponse o)
Copy method to populate the builder with values from the given instance.
-