| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResult |
AmazonCloudFormation.describeType(DescribeTypeRequest describeTypeRequest)
Returns detailed information about a type that has been registered.
|
DescribeTypeResult |
AbstractAmazonCloudFormation.describeType(DescribeTypeRequest request) |
DescribeTypeResult |
AmazonCloudFormationClient.describeType(DescribeTypeRequest request)
Returns detailed information about a type that has been registered.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTypeResult> |
AbstractAmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest request) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsyncClient.describeTypeAsync(DescribeTypeRequest request) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest describeTypeRequest)
Returns detailed information about a type that has been registered.
|
Future<DescribeTypeResult> |
AbstractAmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsyncClient.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest describeTypeRequest,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler)
Returns detailed information about a type that has been registered.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTypeResult> |
AbstractAmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsyncClient.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest describeTypeRequest,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler)
Returns detailed information about a type that has been registered.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResult |
DescribeTypeResult.clone() |
DescribeTypeResult |
DescribeTypeResult.withArn(String arn)
The Amazon Resource Name (ARN) of the type.
|
DescribeTypeResult |
DescribeTypeResult.withDefaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
DescribeTypeResult |
DescribeTypeResult.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the type.
|
DescribeTypeResult |
DescribeTypeResult.withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the type.
|
DescribeTypeResult |
DescribeTypeResult.withDescription(String description)
The description of the registered type.
|
DescribeTypeResult |
DescribeTypeResult.withDocumentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this type.
|
DescribeTypeResult |
DescribeTypeResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the type.
|
DescribeTypeResult |
DescribeTypeResult.withLastUpdated(Date lastUpdated)
When the specified type version was registered.
|
DescribeTypeResult |
DescribeTypeResult.withLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for a type.
|
DescribeTypeResult |
DescribeTypeResult.withProvisioningType(ProvisioningType provisioningType)
The provisioning behavior of the type.
|
DescribeTypeResult |
DescribeTypeResult.withProvisioningType(String provisioningType)
The provisioning behavior of the type.
|
DescribeTypeResult |
DescribeTypeResult.withSchema(String schema)
The schema that defines the type.
|
DescribeTypeResult |
DescribeTypeResult.withSourceUrl(String sourceUrl)
The URL of the source code for the type.
|
DescribeTypeResult |
DescribeTypeResult.withTimeCreated(Date timeCreated)
When the specified type version was registered.
|
DescribeTypeResult |
DescribeTypeResult.withType(RegistryType type)
The kind of type.
|
DescribeTypeResult |
DescribeTypeResult.withType(String type)
The kind of type.
|
DescribeTypeResult |
DescribeTypeResult.withTypeName(String typeName)
The name of the registered type.
|
DescribeTypeResult |
DescribeTypeResult.withVisibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
DescribeTypeResult |
DescribeTypeResult.withVisibility(Visibility visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
Copyright © 2019. All rights reserved.