Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegisterPublisherResponse
-
Packages that use RegisterPublisherResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of RegisterPublisherResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return RegisterPublisherResponse Modifier and Type Method Description default 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 RegisterPublisherResponse Modifier and Type Method Description default CompletableFuture<RegisterPublisherResponse>CloudFormationAsyncClient. registerPublisher(Consumer<RegisterPublisherRequest.Builder> registerPublisherRequest)Registers your account as a publisher of public extensions in the CloudFormation registry.default CompletableFuture<RegisterPublisherResponse>CloudFormationAsyncClient. registerPublisher(RegisterPublisherRequest registerPublisherRequest)Registers your account as a publisher of public extensions in the CloudFormation registry.
-