| 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.
|
Future<RegisterTypeResult> |
AmazonCloudFormationAsyncClient.registerTypeAsync(RegisterTypeRequest request) |
Future<RegisterTypeResult> |
AbstractAmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest request) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest registerTypeRequest)
Registers an extension with the CloudFormation service.
|
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 |
|---|---|
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 |
|---|---|
RegisterTypeRequest |
RegisterTypeRequest.clone() |
RegisterTypeRequest |
RegisterTypeRequest.withClientRequestToken(String clientRequestToken)
A unique identifier that acts as an idempotency key for this registration request.
|
RegisterTypeRequest |
RegisterTypeRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the extension.
|
RegisterTypeRequest |
RegisterTypeRequest.withLoggingConfig(LoggingConfig loggingConfig)
Specifies logging configuration information for an extension.
|
RegisterTypeRequest |
RegisterTypeRequest.withSchemaHandlerPackage(String schemaHandlerPackage)
A URL to the S3 bucket containing the extension project package that contains the necessary files for the
extension you want to register.
|
RegisterTypeRequest |
RegisterTypeRequest.withType(RegistryType type)
The kind of extension.
|
RegisterTypeRequest |
RegisterTypeRequest.withType(String type)
The kind of extension.
|
RegisterTypeRequest |
RegisterTypeRequest.withTypeName(String typeName)
The name of the extension being registered.
|
Copyright © 2022. All rights reserved.