| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model | |
| com.amazonaws.services.proton.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceInstanceResult> |
AWSProtonAsyncClient.getServiceInstanceAsync(GetServiceInstanceRequest request,
AsyncHandler<GetServiceInstanceRequest,GetServiceInstanceResult> asyncHandler) |
Future<GetServiceInstanceResult> |
AWSProtonAsync.getServiceInstanceAsync(GetServiceInstanceRequest getServiceInstanceRequest,
AsyncHandler<GetServiceInstanceRequest,GetServiceInstanceResult> asyncHandler)
Get detailed data for a service instance.
|
Future<GetServiceInstanceResult> |
AbstractAWSProtonAsync.getServiceInstanceAsync(GetServiceInstanceRequest request,
AsyncHandler<GetServiceInstanceRequest,GetServiceInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetServiceInstanceRequest |
GetServiceInstanceRequest.clone() |
GetServiceInstanceRequest |
GetServiceInstanceRequest.withName(String name)
The name of a service instance that you want to get the detailed data for.
|
GetServiceInstanceRequest |
GetServiceInstanceRequest.withServiceName(String serviceName)
The name of the service that the service instance belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetServiceInstanceRequest> |
AWSProtonWaiters.serviceInstanceDeployed()
Builds a ServiceInstanceDeployed waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceInstanceResult |
GetServiceInstanceFunction.apply(GetServiceInstanceRequest getServiceInstanceRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.