| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default PublishTypeResponse |
CloudFormationClient.publishType(Consumer<PublishTypeRequest.Builder> publishTypeRequest)
Publishes the specified extension to the CloudFormation registry as a public extension in this region.
|
default PublishTypeResponse |
CloudFormationClient.publishType(PublishTypeRequest publishTypeRequest)
Publishes the specified extension to the CloudFormation registry as a public extension in this region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PublishTypeResponse> |
CloudFormationAsyncClient.publishType(Consumer<PublishTypeRequest.Builder> publishTypeRequest)
Publishes the specified extension to the CloudFormation registry as a public extension in this region.
|
default CompletableFuture<PublishTypeResponse> |
CloudFormationAsyncClient.publishType(PublishTypeRequest publishTypeRequest)
Publishes the specified extension to the CloudFormation registry as a public extension in this region.
|
Copyright © 2023. All rights reserved.