| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the AWS Proton Service API Reference.
|
| com.amazonaws.services.proton.model | |
| com.amazonaws.services.proton.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceInstanceResult> |
AWSProtonAsync.getServiceInstanceAsync(GetServiceInstanceRequest getServiceInstanceRequest,
AsyncHandler<GetServiceInstanceRequest,GetServiceInstanceResult> asyncHandler)
Get detail data for a service instance.
|
Future<GetServiceInstanceResult> |
AWSProtonAsyncClient.getServiceInstanceAsync(GetServiceInstanceRequest request,
AsyncHandler<GetServiceInstanceRequest,GetServiceInstanceResult> asyncHandler) |
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 detail 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 © 2021. All rights reserved.