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