| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
PublishTypeResult |
AmazonCloudFormationClient.publishType(PublishTypeRequest request)
Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
|
PublishTypeResult |
AmazonCloudFormation.publishType(PublishTypeRequest publishTypeRequest)
Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
|
PublishTypeResult |
AbstractAmazonCloudFormation.publishType(PublishTypeRequest request) |
Future<PublishTypeResult> |
AbstractAmazonCloudFormationAsync.publishTypeAsync(PublishTypeRequest request) |
Future<PublishTypeResult> |
AmazonCloudFormationAsyncClient.publishTypeAsync(PublishTypeRequest request) |
Future<PublishTypeResult> |
AmazonCloudFormationAsync.publishTypeAsync(PublishTypeRequest publishTypeRequest)
Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
|
Future<PublishTypeResult> |
AbstractAmazonCloudFormationAsync.publishTypeAsync(PublishTypeRequest request,
AsyncHandler<PublishTypeRequest,PublishTypeResult> asyncHandler) |
Future<PublishTypeResult> |
AmazonCloudFormationAsyncClient.publishTypeAsync(PublishTypeRequest request,
AsyncHandler<PublishTypeRequest,PublishTypeResult> asyncHandler) |
Future<PublishTypeResult> |
AmazonCloudFormationAsync.publishTypeAsync(PublishTypeRequest publishTypeRequest,
AsyncHandler<PublishTypeRequest,PublishTypeResult> asyncHandler)
Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PublishTypeResult> |
AbstractAmazonCloudFormationAsync.publishTypeAsync(PublishTypeRequest request,
AsyncHandler<PublishTypeRequest,PublishTypeResult> asyncHandler) |
Future<PublishTypeResult> |
AmazonCloudFormationAsyncClient.publishTypeAsync(PublishTypeRequest request,
AsyncHandler<PublishTypeRequest,PublishTypeResult> asyncHandler) |
Future<PublishTypeResult> |
AmazonCloudFormationAsync.publishTypeAsync(PublishTypeRequest publishTypeRequest,
AsyncHandler<PublishTypeRequest,PublishTypeResult> asyncHandler)
Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
PublishTypeRequest |
PublishTypeRequest.clone() |
PublishTypeRequest |
PublishTypeRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
PublishTypeRequest |
PublishTypeRequest.withPublicVersionNumber(String publicVersionNumber)
The version number to assign to this version of the extension.
|
PublishTypeRequest |
PublishTypeRequest.withType(String type)
The type of the extension.
|
PublishTypeRequest |
PublishTypeRequest.withType(ThirdPartyType type)
The type of the extension.
|
PublishTypeRequest |
PublishTypeRequest.withTypeName(String typeName)
The name of the extension.
|
Copyright © 2023. All rights reserved.