Uses of Class
software.amazon.awssdk.services.cloudformation.model.DescribePublisherResponse
-
Packages that use DescribePublisherResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of DescribePublisherResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return DescribePublisherResponse Modifier and Type Method Description default DescribePublisherResponseCloudFormationClient. describePublisher(Consumer<DescribePublisherRequest.Builder> describePublisherRequest)Returns information about a CloudFormation extension publisher.default DescribePublisherResponseCloudFormationClient. describePublisher(DescribePublisherRequest describePublisherRequest)Returns information about a CloudFormation extension publisher.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type DescribePublisherResponse Modifier and Type Method Description default CompletableFuture<DescribePublisherResponse>CloudFormationAsyncClient. describePublisher(Consumer<DescribePublisherRequest.Builder> describePublisherRequest)Returns information about a CloudFormation extension publisher.default CompletableFuture<DescribePublisherResponse>CloudFormationAsyncClient. describePublisher(DescribePublisherRequest describePublisherRequest)Returns information about a CloudFormation extension publisher.
-