| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterTypeResult |
AbstractAmazonCloudFormation.registerType(RegisterTypeRequest request) |
RegisterTypeResult |
AmazonCloudFormationClient.registerType(RegisterTypeRequest request)
Registers an extension with the CloudFormation service.
|
RegisterTypeResult |
AmazonCloudFormation.registerType(RegisterTypeRequest registerTypeRequest)
Registers an extension with the CloudFormation service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterTypeResult> |
AmazonCloudFormationAsyncClient.registerTypeAsync(RegisterTypeRequest request,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler) |
Future<RegisterTypeResult> |
AbstractAmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest request,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest registerTypeRequest,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler)
Registers an extension with the CloudFormation service.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterTypeResult |
RegisterTypeResult.clone() |
RegisterTypeResult |
RegisterTypeResult.withRegistrationToken(String registrationToken)
The identifier for this registration request.
|
Copyright © 2022. All rights reserved.