Uses of Interface
software.amazon.awssdk.services.cloudformation.model.PublishTypeRequest.Builder
-
Packages that use PublishTypeRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of PublishTypeRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type PublishTypeRequest.Builder 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 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.Builder Modifier and Type Method Description PublishTypeRequest.BuilderPublishTypeRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the extension.static PublishTypeRequest.BuilderPublishTypeRequest. builder()PublishTypeRequest.BuilderPublishTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PublishTypeRequest.BuilderPublishTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PublishTypeRequest.BuilderPublishTypeRequest.Builder. publicVersionNumber(String publicVersionNumber)The version number to assign to this version of the extension.PublishTypeRequest.BuilderPublishTypeRequest. toBuilder()PublishTypeRequest.BuilderPublishTypeRequest.Builder. type(String type)The type of the extension.PublishTypeRequest.BuilderPublishTypeRequest.Builder. type(ThirdPartyType type)The type of the extension.PublishTypeRequest.BuilderPublishTypeRequest.Builder. typeName(String typeName)The name of the extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type PublishTypeRequest.Builder Modifier and Type Method Description static Class<? extends PublishTypeRequest.Builder>PublishTypeRequest. serializableBuilderClass()
-