Uses of Interface
software.amazon.awssdk.services.cloudformation.model.PublishTypeRequest.Builder
Packages that use PublishTypeRequest.Builder
Package
Description
-
Uses of PublishTypeRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type PublishTypeRequest.BuilderModifier 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 PublishTypeResponseCloudFormationClient.publishType(Consumer<PublishTypeRequest.Builder> publishTypeRequest) Publishes the specified extension to the CloudFormation registry as a public extension in this Region. -
Uses of PublishTypeRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return PublishTypeRequest.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the extension.static PublishTypeRequest.BuilderPublishTypeRequest.builder()PublishTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PublishTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PublishTypeRequest.Builder.publicVersionNumber(String publicVersionNumber) The version number to assign to this version of the extension.PublishTypeRequest.toBuilder()The type of the extension.PublishTypeRequest.Builder.type(ThirdPartyType type) The type of the extension.The name of the extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type PublishTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublishTypeRequest.Builder>PublishTypeRequest.serializableBuilderClass()