Uses of Class
software.amazon.awssdk.services.cloudformation.model.TestTypeRequest
-
Packages that use TestTypeRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of TestTypeRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type TestTypeRequest Modifier and Type Method Description default CompletableFuture<TestTypeResponse>CloudFormationAsyncClient. testType(TestTypeRequest testTypeRequest)Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.default TestTypeResponseCloudFormationClient. testType(TestTypeRequest testTypeRequest)Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry. -
Uses of TestTypeRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type TestTypeRequest Modifier and Type Method Description SdkHttpFullRequestTestTypeRequestMarshaller. marshall(TestTypeRequest testTypeRequest)
-