Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.requests |
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. |
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. |
GetMeshResponse |
ServiceMeshClient.getMesh(GetMeshRequest request) |
GetMeshResponse |
ServiceMesh.getMesh(GetMeshRequest request)
Gets a Mesh by identifier.
|
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 |
---|---|
GetMeshRequest |
GetMeshRequest.Builder.build()
Build the instance of GetMeshRequest as configured by this builder
|
GetMeshRequest |
GetMeshRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetMeshRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetMeshRequest.Builder |
GetMeshRequest.Builder.copy(GetMeshRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.