Uses of Class
software.amazon.awssdk.services.cloudformation.model.TestTypeResponse
-
Packages that use TestTypeResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of TestTypeResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return TestTypeResponse Modifier and Type Method Description default TestTypeResponseCloudFormationClient. testType(Consumer<TestTypeRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type TestTypeResponse Modifier and Type Method Description default CompletableFuture<TestTypeResponse>CloudFormationAsyncClient. testType(Consumer<TestTypeRequest.Builder> testTypeRequest)Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.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.
-