| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SetTypeDefaultVersionResult> |
AbstractAmazonCloudFormationAsync.setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest request,
AsyncHandler<SetTypeDefaultVersionRequest,SetTypeDefaultVersionResult> asyncHandler) |
Future<SetTypeDefaultVersionResult> |
AmazonCloudFormationAsync.setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest setTypeDefaultVersionRequest,
AsyncHandler<SetTypeDefaultVersionRequest,SetTypeDefaultVersionResult> asyncHandler)
Specify the default version of an extension.
|
Future<SetTypeDefaultVersionResult> |
AmazonCloudFormationAsyncClient.setTypeDefaultVersionAsync(SetTypeDefaultVersionRequest request,
AsyncHandler<SetTypeDefaultVersionRequest,SetTypeDefaultVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SetTypeDefaultVersionRequest |
SetTypeDefaultVersionRequest.clone() |
SetTypeDefaultVersionRequest |
SetTypeDefaultVersionRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
|
SetTypeDefaultVersionRequest |
SetTypeDefaultVersionRequest.withType(RegistryType type)
The kind of extension.
|
SetTypeDefaultVersionRequest |
SetTypeDefaultVersionRequest.withType(String type)
The kind of extension.
|
SetTypeDefaultVersionRequest |
SetTypeDefaultVersionRequest.withTypeName(String typeName)
The name of the extension.
|
SetTypeDefaultVersionRequest |
SetTypeDefaultVersionRequest.withVersionId(String versionId)
The ID of a specific version of the extension.
|
Copyright © 2024. All rights reserved.