| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
TestTypeRequest.Builder |
TestTypeRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
static TestTypeRequest.Builder |
TestTypeRequest.builder() |
TestTypeRequest.Builder |
TestTypeRequest.Builder.logDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
|
TestTypeRequest.Builder |
TestTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestTypeRequest.Builder |
TestTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestTypeRequest.Builder |
TestTypeRequest.toBuilder() |
TestTypeRequest.Builder |
TestTypeRequest.Builder.type(String type)
The type of the extension to test.
|
TestTypeRequest.Builder |
TestTypeRequest.Builder.type(ThirdPartyType type)
The type of the extension to test.
|
TestTypeRequest.Builder |
TestTypeRequest.Builder.typeName(String typeName)
The name of the extension to test.
|
TestTypeRequest.Builder |
TestTypeRequest.Builder.versionId(String versionId)
The version of the extension to test.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestTypeRequest.Builder> |
TestTypeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.