Uses of Class
software.amazon.awssdk.services.cloudformation.model.BatchDescribeTypeConfigurationsResponse
-
Packages that use BatchDescribeTypeConfigurationsResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of BatchDescribeTypeConfigurationsResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return BatchDescribeTypeConfigurationsResponse Modifier and Type Method Description default BatchDescribeTypeConfigurationsResponseCloudFormationClient. batchDescribeTypeConfigurations(Consumer<BatchDescribeTypeConfigurationsRequest.Builder> batchDescribeTypeConfigurationsRequest)Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.default BatchDescribeTypeConfigurationsResponseCloudFormationClient. batchDescribeTypeConfigurations(BatchDescribeTypeConfigurationsRequest batchDescribeTypeConfigurationsRequest)Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type BatchDescribeTypeConfigurationsResponse Modifier and Type Method Description default CompletableFuture<BatchDescribeTypeConfigurationsResponse>CloudFormationAsyncClient. batchDescribeTypeConfigurations(Consumer<BatchDescribeTypeConfigurationsRequest.Builder> batchDescribeTypeConfigurationsRequest)Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.default CompletableFuture<BatchDescribeTypeConfigurationsResponse>CloudFormationAsyncClient. batchDescribeTypeConfigurations(BatchDescribeTypeConfigurationsRequest batchDescribeTypeConfigurationsRequest)Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.
-