| 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<GetEnvironmentTemplateVersionResult> |
AWSProtonAsync.getEnvironmentTemplateVersionAsync(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest,
AsyncHandler<GetEnvironmentTemplateVersionRequest,GetEnvironmentTemplateVersionResult> asyncHandler)
View detail data for a major or minor version of an environment template.
|
Future<GetEnvironmentTemplateVersionResult> |
AWSProtonAsyncClient.getEnvironmentTemplateVersionAsync(GetEnvironmentTemplateVersionRequest request,
AsyncHandler<GetEnvironmentTemplateVersionRequest,GetEnvironmentTemplateVersionResult> asyncHandler) |
Future<GetEnvironmentTemplateVersionResult> |
AbstractAWSProtonAsync.getEnvironmentTemplateVersionAsync(GetEnvironmentTemplateVersionRequest request,
AsyncHandler<GetEnvironmentTemplateVersionRequest,GetEnvironmentTemplateVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentTemplateVersionRequest |
GetEnvironmentTemplateVersionRequest.clone() |
GetEnvironmentTemplateVersionRequest |
GetEnvironmentTemplateVersionRequest.withMajorVersion(String majorVersion)
To view environment template major version detail data, include
major Version. |
GetEnvironmentTemplateVersionRequest |
GetEnvironmentTemplateVersionRequest.withMinorVersion(String minorVersion)
To view environment template minor version detail data, include
minorVersion. |
GetEnvironmentTemplateVersionRequest |
GetEnvironmentTemplateVersionRequest.withTemplateName(String templateName)
The name of the environment template.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetEnvironmentTemplateVersionRequest> |
AWSProtonWaiters.environmentTemplateVersionRegistered()
Builds a EnvironmentTemplateVersionRegistered 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 |
|---|---|
GetEnvironmentTemplateVersionResult |
GetEnvironmentTemplateVersionFunction.apply(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest)
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.