| 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<GetServiceResult> |
AWSProtonAsyncClient.getServiceAsync(GetServiceRequest request,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler) |
Future<GetServiceResult> |
AWSProtonAsync.getServiceAsync(GetServiceRequest getServiceRequest,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler)
Get detailed data for a service.
|
Future<GetServiceResult> |
AbstractAWSProtonAsync.getServiceAsync(GetServiceRequest request,
AsyncHandler<GetServiceRequest,GetServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetServiceRequest |
GetServiceRequest.clone() |
GetServiceRequest |
GetServiceRequest.withName(String name)
The name of the service that you want to get the detailed data for.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetServiceRequest> |
AWSProtonWaiters.serviceCreated()
Builds a ServiceCreated 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.
|
Waiter<GetServiceRequest> |
AWSProtonWaiters.serviceDeleted()
Builds a ServiceDeleted 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.
|
Waiter<GetServiceRequest> |
AWSProtonWaiters.servicePipelineDeployed()
Builds a ServicePipelineDeployed 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.
|
Waiter<GetServiceRequest> |
AWSProtonWaiters.serviceUpdated()
Builds a ServiceUpdated 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 |
|---|---|
GetServiceResult |
GetServiceFunction.apply(GetServiceRequest getServiceRequest)
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.