Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegisterPublisherResponse
Packages that use RegisterPublisherResponse
-
Uses of RegisterPublisherResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return RegisterPublisherResponseModifier and TypeMethodDescriptiondefault RegisterPublisherResponseCloudFormationClient.registerPublisher(Consumer<RegisterPublisherRequest.Builder> registerPublisherRequest) Registers your account as a publisher of public extensions in the CloudFormation registry.default RegisterPublisherResponseCloudFormationClient.registerPublisher(RegisterPublisherRequest registerPublisherRequest) Registers your account as a publisher of public extensions in the CloudFormation registry.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type RegisterPublisherResponseModifier and TypeMethodDescriptionCloudFormationAsyncClient.registerPublisher(Consumer<RegisterPublisherRequest.Builder> registerPublisherRequest) Registers your account as a publisher of public extensions in the CloudFormation registry.CloudFormationAsyncClient.registerPublisher(RegisterPublisherRequest registerPublisherRequest) Registers your account as a publisher of public extensions in the CloudFormation registry.