| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeregisterTypeResponse> |
CloudFormationAsyncClient.deregisterType(Consumer<DeregisterTypeRequest.Builder> deregisterTypeRequest)
Removes a type or type version from active use in the CloudFormation registry.
|
default CompletableFuture<DeregisterTypeResponse> |
CloudFormationAsyncClient.deregisterType(DeregisterTypeRequest deregisterTypeRequest)
Removes a type or type version from active use in the CloudFormation registry.
|
Copyright © 2019. All rights reserved.