| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default TestTypeResponse |
CloudFormationClient.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 TestTypeResponse |
CloudFormationClient.testType(TestTypeRequest testTypeRequest)
Tests a registered extension to make sure it meets all necessary requirements for being published in the
CloudFormation registry.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.