| 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<GetComponentResult> |
AbstractAWSProtonAsync.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
Future<GetComponentResult> |
AWSProtonAsyncClient.getComponentAsync(GetComponentRequest request,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler) |
Future<GetComponentResult> |
AWSProtonAsync.getComponentAsync(GetComponentRequest getComponentRequest,
AsyncHandler<GetComponentRequest,GetComponentResult> asyncHandler)
Get detailed data for a component.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentRequest |
GetComponentRequest.clone() |
GetComponentRequest |
GetComponentRequest.withName(String name)
The name of the component that you want to get the detailed data for.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetComponentRequest> |
AWSProtonWaiters.componentDeleted()
Builds a ComponentDeleted 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<GetComponentRequest> |
AWSProtonWaiters.componentDeployed()
Builds a ComponentDeployed 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 |
|---|---|
GetComponentResult |
GetComponentFunction.apply(GetComponentRequest getComponentRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.