Uses of Class
com.oracle.bmc.servicemesh.requests.GetMeshRequest
-
Packages that use GetMeshRequest Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.requests -
-
Uses of GetMeshRequest in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return types with arguments of type GetMeshRequest 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.Methods in com.oracle.bmc.servicemesh with parameters of type GetMeshRequest 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.GetMeshResponse
ServiceMesh. getMesh(GetMeshRequest request)
Gets a Mesh by identifier.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)
GetMeshResponse
ServiceMeshClient. getMesh(GetMeshRequest request)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type GetMeshRequest 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 GetMeshRequest in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return GetMeshRequest Modifier and Type Method Description GetMeshRequest
GetMeshRequest.Builder. build()
Build the instance of GetMeshRequest as configured by this builderGetMeshRequest
GetMeshRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMeshRequest as configured by this builderMethods in com.oracle.bmc.servicemesh.requests with parameters of type GetMeshRequest Modifier and Type Method Description GetMeshRequest.Builder
GetMeshRequest.Builder. copy(GetMeshRequest o)
Copy method to populate the builder with values from the given instance.
-