Uses of Class
software.amazon.awssdk.services.cloudformation.model.PublishTypeRequest
-
Packages that use PublishTypeRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of PublishTypeRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type PublishTypeRequest Modifier and Type Method Description default CompletableFuture<PublishTypeResponse>CloudFormationAsyncClient. publishType(PublishTypeRequest 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. -
Uses of PublishTypeRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type PublishTypeRequest Modifier and Type Method Description SdkHttpFullRequestPublishTypeRequestMarshaller. marshall(PublishTypeRequest publishTypeRequest)
-