Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Future<GetIngressGatewayResponse> |
ServiceMeshAsyncClient.getIngressGateway(GetIngressGatewayRequest request,
AsyncHandler<GetIngressGatewayRequest,GetIngressGatewayResponse> handler) |
Future<GetIngressGatewayResponse> |
ServiceMeshAsync.getIngressGateway(GetIngressGatewayRequest request,
AsyncHandler<GetIngressGatewayRequest,GetIngressGatewayResponse> handler)
Gets an IngressGateway by identifier.
|
Modifier and Type | Method and Description |
---|---|
GetIngressGatewayRequest |
GetIngressGatewayRequest.Builder.build()
Build the instance of GetIngressGatewayRequest as configured by this builder
|
GetIngressGatewayRequest |
GetIngressGatewayRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetIngressGatewayRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetIngressGatewayRequest.Builder |
GetIngressGatewayRequest.Builder.copy(GetIngressGatewayRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.