Uses of Class
software.amazon.awssdk.services.cloudformation.model.PublishTypeResponse
-
Packages that use PublishTypeResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of PublishTypeResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return PublishTypeResponse Modifier and Type Method Description default 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 PublishTypeResponse Modifier and Type Method 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.
-