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