| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTypesResponse |
CloudFormationClient.listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default CompletableFuture<ListTypesResponse> |
CloudFormationAsyncClient.listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypesIterable |
CloudFormationClient.listTypesPaginator(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypesPublisher |
CloudFormationAsyncClient.listTypesPaginator(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTypesRequest.Builder |
ListTypesRequest.builder() |
ListTypesRequest.Builder |
ListTypesRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.deprecatedStatus(String deprecatedStatus)
The deprecation status of the types that you want to get summary information about.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.nextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypesRequest.Builder |
ListTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTypesRequest.Builder |
ListTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTypesRequest.Builder |
ListTypesRequest.Builder.provisioningType(ProvisioningType provisioningType)
The provisioning behavior of the type.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.provisioningType(String provisioningType)
The provisioning behavior of the type.
|
ListTypesRequest.Builder |
ListTypesRequest.toBuilder() |
ListTypesRequest.Builder |
ListTypesRequest.Builder.visibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.visibility(Visibility visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTypesRequest.Builder> |
ListTypesRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.