| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResult |
AbstractAmazonCloudFormation.describeType(DescribeTypeRequest request) |
DescribeTypeResult |
AmazonCloudFormation.describeType(DescribeTypeRequest describeTypeRequest)
Returns detailed information about an extension that has been registered.
|
DescribeTypeResult |
AmazonCloudFormationClient.describeType(DescribeTypeRequest request)
Returns detailed information about an extension that has been registered.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTypeResult> |
AbstractAmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest request) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest describeTypeRequest)
Returns detailed information about an extension that has been registered.
|
Future<DescribeTypeResult> |
AmazonCloudFormationAsyncClient.describeTypeAsync(DescribeTypeRequest request) |
Future<DescribeTypeResult> |
AbstractAmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest describeTypeRequest,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler)
Returns detailed information about an extension that has been registered.
|
Future<DescribeTypeResult> |
AmazonCloudFormationAsyncClient.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTypeResult> |
AbstractAmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
Future<DescribeTypeResult> |
AmazonCloudFormationAsync.describeTypeAsync(DescribeTypeRequest describeTypeRequest,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler)
Returns detailed information about an extension that has been registered.
|
Future<DescribeTypeResult> |
AmazonCloudFormationAsyncClient.describeTypeAsync(DescribeTypeRequest request,
AsyncHandler<DescribeTypeRequest,DescribeTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResult |
DescribeTypeResult.clone() |
DescribeTypeResult |
DescribeTypeResult.withArn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
DescribeTypeResult |
DescribeTypeResult.withAutoUpdate(Boolean autoUpdate)
Whether CloudFormation automatically updates the extension in this account and region when a new minor
version is published by the extension publisher.
|
DescribeTypeResult |
DescribeTypeResult.withConfigurationSchema(String configurationSchema)
A JSON string that represent the current configuration data for the extension in this account and region.
|
DescribeTypeResult |
DescribeTypeResult.withDefaultVersionId(String defaultVersionId)
The ID of the default version of the extension.
|
DescribeTypeResult |
DescribeTypeResult.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension version.
|
DescribeTypeResult |
DescribeTypeResult.withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension version.
|
DescribeTypeResult |
DescribeTypeResult.withDescription(String description)
The description of the extension.
|
DescribeTypeResult |
DescribeTypeResult.withDocumentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this extension.
|
DescribeTypeResult |
DescribeTypeResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
|
DescribeTypeResult |
DescribeTypeResult.withIsActivated(Boolean isActivated)
Whether the extension is activated in the account and region.
|
DescribeTypeResult |
DescribeTypeResult.withIsDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
|
DescribeTypeResult |
DescribeTypeResult.withLastUpdated(Date lastUpdated)
When the specified extension version was registered.
|
DescribeTypeResult |
DescribeTypeResult.withLatestPublicVersion(String latestPublicVersion)
The latest version of a public extension that is available for use.
|
DescribeTypeResult |
DescribeTypeResult.withLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for private extensions.
|
DescribeTypeResult |
DescribeTypeResult.withOriginalTypeArn(String originalTypeArn)
For public extensions that have been activated for this account and region, the Amazon Resource Name (ARN) of the
public extension.
|
DescribeTypeResult |
DescribeTypeResult.withOriginalTypeName(String originalTypeName)
For public extensions that have been activated for this account and region, the type name of the public
extension.
|
DescribeTypeResult |
DescribeTypeResult.withProvisioningType(ProvisioningType provisioningType)
For resource type extensions, the provisioning behavior of the resource type.
|
DescribeTypeResult |
DescribeTypeResult.withProvisioningType(String provisioningType)
For resource type extensions, the provisioning behavior of the resource type.
|
DescribeTypeResult |
DescribeTypeResult.withPublicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
|
DescribeTypeResult |
DescribeTypeResult.withPublisherId(String publisherId)
The publisher ID of the extension publisher.
|
DescribeTypeResult |
DescribeTypeResult.withRequiredActivatedTypes(Collection<RequiredActivatedType> requiredActivatedTypes)
For extensions that are modules, the public third-party extensions that must be activated in your account in
order for the module itself to be activated.
|
DescribeTypeResult |
DescribeTypeResult.withRequiredActivatedTypes(RequiredActivatedType... requiredActivatedTypes)
For extensions that are modules, the public third-party extensions that must be activated in your account in
order for the module itself to be activated.
|
DescribeTypeResult |
DescribeTypeResult.withSchema(String schema)
The schema that defines the extension.
|
DescribeTypeResult |
DescribeTypeResult.withSourceUrl(String sourceUrl)
The URL of the source code for the extension.
|
DescribeTypeResult |
DescribeTypeResult.withTimeCreated(Date timeCreated)
When the specified private extension version was registered or activated in your account.
|
DescribeTypeResult |
DescribeTypeResult.withType(RegistryType type)
The kind of extension.
|
DescribeTypeResult |
DescribeTypeResult.withType(String type)
The kind of extension.
|
DescribeTypeResult |
DescribeTypeResult.withTypeName(String typeName)
The name of the extension.
|
DescribeTypeResult |
DescribeTypeResult.withTypeTestsStatus(String typeTestsStatus)
The contract test status of the registered extension version.
|
DescribeTypeResult |
DescribeTypeResult.withTypeTestsStatus(TypeTestsStatus typeTestsStatus)
The contract test status of the registered extension version.
|
DescribeTypeResult |
DescribeTypeResult.withTypeTestsStatusDescription(String typeTestsStatusDescription)
The description of the test status.
|
DescribeTypeResult |
DescribeTypeResult.withVisibility(String visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
DescribeTypeResult |
DescribeTypeResult.withVisibility(Visibility visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
Copyright © 2022. All rights reserved.