| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default DeregisterTypeResponse |
CloudFormationClient.deregisterType(Consumer<DeregisterTypeRequest.Builder> deregisterTypeRequest)
Removes a type or type version from active use in the CloudFormation registry.
|
default DeregisterTypeResponse |
CloudFormationClient.deregisterType(DeregisterTypeRequest deregisterTypeRequest)
Removes a type or type version from active use in the CloudFormation registry.
|
default DescribeTypeResponse |
CloudFormationClient.describeType(Consumer<DescribeTypeRequest.Builder> describeTypeRequest)
Returns detailed information about a type that has been registered.
|
default DescribeTypeResponse |
CloudFormationClient.describeType(DescribeTypeRequest describeTypeRequest)
Returns detailed information about a type that has been registered.
|
default DescribeTypeRegistrationResponse |
CloudFormationClient.describeTypeRegistration(Consumer<DescribeTypeRegistrationRequest.Builder> describeTypeRegistrationRequest)
Returns information about a type's registration, including its current status and type and version identifiers.
|
default DescribeTypeRegistrationResponse |
CloudFormationClient.describeTypeRegistration(DescribeTypeRegistrationRequest describeTypeRegistrationRequest)
Returns information about a type's registration, including its current status and type and version identifiers.
|
default ListTypeRegistrationsResponse |
CloudFormationClient.listTypeRegistrations(Consumer<ListTypeRegistrationsRequest.Builder> listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type.
|
default ListTypeRegistrationsResponse |
CloudFormationClient.listTypeRegistrations(ListTypeRegistrationsRequest listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type.
|
default ListTypeRegistrationsIterable |
CloudFormationClient.listTypeRegistrationsPaginator(Consumer<ListTypeRegistrationsRequest.Builder> listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type.
|
default ListTypeRegistrationsIterable |
CloudFormationClient.listTypeRegistrationsPaginator(ListTypeRegistrationsRequest listTypeRegistrationsRequest)
Returns a list of registration tokens for the specified type.
|
default ListTypesResponse |
CloudFormationClient.listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypesResponse |
CloudFormationClient.listTypes(ListTypesRequest 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 ListTypesIterable |
CloudFormationClient.listTypesPaginator(ListTypesRequest listTypesRequest)
Returns summary information about types that have been registered with CloudFormation.
|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsIterable |
CloudFormationClient.listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsIterable |
CloudFormationClient.listTypeVersionsPaginator(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default RegisterTypeResponse |
CloudFormationClient.registerType(Consumer<RegisterTypeRequest.Builder> registerTypeRequest)
Registers a type with the CloudFormation service.
|
default RegisterTypeResponse |
CloudFormationClient.registerType(RegisterTypeRequest registerTypeRequest)
Registers a type with the CloudFormation service.
|
default SetTypeDefaultVersionResponse |
CloudFormationClient.setTypeDefaultVersion(Consumer<SetTypeDefaultVersionRequest.Builder> setTypeDefaultVersionRequest)
Specify the default version of a type.
|
default SetTypeDefaultVersionResponse |
CloudFormationClient.setTypeDefaultVersion(SetTypeDefaultVersionRequest setTypeDefaultVersionRequest)
Specify the default version of a type.
|
Copyright © 2019. All rights reserved.