Uses of Class
software.amazon.awssdk.services.cloudformation.model.DescribeTypeRequest
-
Packages that use DescribeTypeRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of DescribeTypeRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type DescribeTypeRequest Modifier and Type Method Description default CompletableFuture<DescribeTypeResponse>CloudFormationAsyncClient. describeType(DescribeTypeRequest describeTypeRequest)Returns detailed information about an extension that has been registered.default DescribeTypeResponseCloudFormationClient. describeType(DescribeTypeRequest describeTypeRequest)Returns detailed information about an extension that has been registered. -
Uses of DescribeTypeRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type DescribeTypeRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTypeRequestMarshaller. marshall(DescribeTypeRequest describeTypeRequest)
-