Uses of Class
software.amazon.awssdk.services.cloudformation.model.PublishTypeResponse
Packages that use PublishTypeResponse
-
Uses of PublishTypeResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return PublishTypeResponseModifier and TypeMethodDescriptiondefault PublishTypeResponseCloudFormationClient.publishType(Consumer<PublishTypeRequest.Builder> publishTypeRequest) Publishes the specified extension to the CloudFormation registry as a public extension in this Region.default PublishTypeResponseCloudFormationClient.publishType(PublishTypeRequest publishTypeRequest) Publishes the specified extension to the CloudFormation registry as a public extension in this Region.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type PublishTypeResponseModifier and TypeMethodDescriptiondefault 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.