| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResult |
AmazonCloudFormationClient.listTypes(ListTypesRequest request)
Returns summary information about extension that have been registered with CloudFormation.
|
ListTypesResult |
AmazonCloudFormation.listTypes(ListTypesRequest listTypesRequest)
Returns summary information about extension that have been registered with CloudFormation.
|
ListTypesResult |
AbstractAmazonCloudFormation.listTypes(ListTypesRequest request) |
Future<ListTypesResult> |
AmazonCloudFormationAsyncClient.listTypesAsync(ListTypesRequest request) |
Future<ListTypesResult> |
AmazonCloudFormationAsync.listTypesAsync(ListTypesRequest listTypesRequest)
Returns summary information about extension that have been registered with CloudFormation.
|
Future<ListTypesResult> |
AbstractAmazonCloudFormationAsync.listTypesAsync(ListTypesRequest request) |
Future<ListTypesResult> |
AmazonCloudFormationAsyncClient.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
Future<ListTypesResult> |
AmazonCloudFormationAsync.listTypesAsync(ListTypesRequest listTypesRequest,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler)
Returns summary information about extension that have been registered with CloudFormation.
|
Future<ListTypesResult> |
AbstractAmazonCloudFormationAsync.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTypesResult> |
AmazonCloudFormationAsyncClient.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
Future<ListTypesResult> |
AmazonCloudFormationAsync.listTypesAsync(ListTypesRequest listTypesRequest,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler)
Returns summary information about extension that have been registered with CloudFormation.
|
Future<ListTypesResult> |
AbstractAmazonCloudFormationAsync.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTypesRequest |
ListTypesRequest.clone() |
ListTypesRequest |
ListTypesRequest.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension that you want to get summary information about.
|
ListTypesRequest |
ListTypesRequest.withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension that you want to get summary information about.
|
ListTypesRequest |
ListTypesRequest.withFilters(TypeFilters filters)
Filter criteria to use in determining which extensions to return.
|
ListTypesRequest |
ListTypesRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypesRequest |
ListTypesRequest.withNextToken(String nextToken)
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypesRequest |
ListTypesRequest.withProvisioningType(ProvisioningType provisioningType)
For resource types, the provisioning behavior of the resource type.
|
ListTypesRequest |
ListTypesRequest.withProvisioningType(String provisioningType)
For resource types, the provisioning behavior of the resource type.
|
ListTypesRequest |
ListTypesRequest.withType(RegistryType type)
The type of extension.
|
ListTypesRequest |
ListTypesRequest.withType(String type)
The type of extension.
|
ListTypesRequest |
ListTypesRequest.withVisibility(String visibility)
The scope at which the extensions are visible and usable in CloudFormation operations.
|
ListTypesRequest |
ListTypesRequest.withVisibility(Visibility visibility)
The scope at which the extensions are visible and usable in CloudFormation operations.
|
Copyright © 2024. All rights reserved.