| 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 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 © 2021. All rights reserved.