Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.responses |
Modifier and Type | Method and Description |
---|---|
GetMeshResponse |
ServiceMeshClient.getMesh(GetMeshRequest request) |
GetMeshResponse |
ServiceMesh.getMesh(GetMeshRequest request)
Gets a Mesh by identifier.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetMeshRequest,GetMeshResponse> |
ServiceMeshWaiters.forMesh(GetMeshRequest request,
Mesh.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMeshRequest,GetMeshResponse> |
ServiceMeshWaiters.forMesh(GetMeshRequest request,
Mesh.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMeshRequest,GetMeshResponse> |
ServiceMeshWaiters.forMesh(GetMeshRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Mesh.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetMeshResponse> |
ServiceMeshAsyncClient.getMesh(GetMeshRequest request,
AsyncHandler<GetMeshRequest,GetMeshResponse> handler) |
Future<GetMeshResponse> |
ServiceMeshAsync.getMesh(GetMeshRequest request,
AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
Gets a Mesh by identifier.
|
Modifier and Type | Method and Description |
---|---|
Future<GetMeshResponse> |
ServiceMeshAsyncClient.getMesh(GetMeshRequest request,
AsyncHandler<GetMeshRequest,GetMeshResponse> handler) |
Future<GetMeshResponse> |
ServiceMeshAsync.getMesh(GetMeshRequest request,
AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
Gets a Mesh by identifier.
|
Modifier and Type | Method and Description |
---|---|
GetMeshResponse |
GetMeshResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetMeshResponse.Builder |
GetMeshResponse.Builder.copy(GetMeshResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.