Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse> |
ServiceMeshWaiters.forIngressGateway(GetIngressGatewayRequest request,
IngressGateway.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse> |
ServiceMeshWaiters.forIngressGateway(GetIngressGatewayRequest request,
IngressGateway.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetIngressGatewayRequest,GetIngressGatewayResponse> |
ServiceMeshWaiters.forIngressGateway(GetIngressGatewayRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
IngressGateway.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetIngressGatewayResponse |
ServiceMesh.getIngressGateway(GetIngressGatewayRequest request) |
Gets an IngressGateway by identifier.
|
Future<GetIngressGatewayResponse> |
ServiceMeshAsync.getIngressGateway(GetIngressGatewayRequest request,
AsyncHandler<GetIngressGatewayRequest,GetIngressGatewayResponse> handler) |
Gets an IngressGateway by identifier.
|
Future<GetIngressGatewayResponse> |
ServiceMeshAsyncClient.getIngressGateway(GetIngressGatewayRequest request,
AsyncHandler<GetIngressGatewayRequest,GetIngressGatewayResponse> handler) |
|
GetIngressGatewayResponse |
ServiceMeshClient.getIngressGateway(GetIngressGatewayRequest request) |
|