Uses of Class
software.amazon.awssdk.services.cloudformation.model.BatchDescribeTypeConfigurationsResponse
Packages that use BatchDescribeTypeConfigurationsResponse
-
Uses of BatchDescribeTypeConfigurationsResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return BatchDescribeTypeConfigurationsResponseModifier and TypeMethodDescriptionCloudFormationClient.batchDescribeTypeConfigurations(Consumer<BatchDescribeTypeConfigurationsRequest.Builder> batchDescribeTypeConfigurationsRequest) Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.CloudFormationClient.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 BatchDescribeTypeConfigurationsResponseModifier and TypeMethodDescriptionCloudFormationAsyncClient.batchDescribeTypeConfigurations(Consumer<BatchDescribeTypeConfigurationsRequest.Builder> batchDescribeTypeConfigurationsRequest) Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.CloudFormationAsyncClient.batchDescribeTypeConfigurations(BatchDescribeTypeConfigurationsRequest batchDescribeTypeConfigurationsRequest) Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.