Uses of Class
software.amazon.awssdk.services.cloudformation.model.TestTypeResponse
Packages that use TestTypeResponse
-
Uses of TestTypeResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return TestTypeResponseModifier and TypeMethodDescriptiondefault 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 TestTypeResponseModifier and TypeMethodDescriptiondefault 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.