| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterTypeResult |
AmazonCloudFormation.registerType(RegisterTypeRequest registerTypeRequest)
Registers a type with the CloudFormation service.
|
RegisterTypeResult |
AbstractAmazonCloudFormation.registerType(RegisterTypeRequest request) |
RegisterTypeResult |
AmazonCloudFormationClient.registerType(RegisterTypeRequest request)
Registers a type with the CloudFormation service.
|
Future<RegisterTypeResult> |
AbstractAmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest request) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsyncClient.registerTypeAsync(RegisterTypeRequest request) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest registerTypeRequest)
Registers a type with the CloudFormation service.
|
Future<RegisterTypeResult> |
AbstractAmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest request,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsyncClient.registerTypeAsync(RegisterTypeRequest request,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest registerTypeRequest,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler)
Registers a type with the CloudFormation service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterTypeResult> |
AbstractAmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest request,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsyncClient.registerTypeAsync(RegisterTypeRequest request,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler) |
Future<RegisterTypeResult> |
AmazonCloudFormationAsync.registerTypeAsync(RegisterTypeRequest registerTypeRequest,
AsyncHandler<RegisterTypeRequest,RegisterTypeResult> asyncHandler)
Registers a type 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 execution role to use to register the type.
|
RegisterTypeRequest |
RegisterTypeRequest.withLoggingConfig(LoggingConfig loggingConfig)
Specifies logging configuration information for a type.
|
RegisterTypeRequest |
RegisterTypeRequest.withSchemaHandlerPackage(String schemaHandlerPackage)
A url to the S3 bucket containing the schema handler package that contains the schema, event handlers, and
associated files for the type you want to register.
|
RegisterTypeRequest |
RegisterTypeRequest.withType(RegistryType type)
The kind of type.
|
RegisterTypeRequest |
RegisterTypeRequest.withType(String type)
The kind of type.
|
RegisterTypeRequest |
RegisterTypeRequest.withTypeName(String typeName)
The name of the type being registered.
|
Copyright © 2020. All rights reserved.