| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceChange |
ResourceChange.clone() |
ResourceChange |
ResourceChange.withAction(ChangeAction action)
The change action.
|
ResourceChange |
ResourceChange.withAction(String action)
The change action.
|
ResourceChange |
ResourceChange.withDetails(Collection<ResourceChangeDetail> details)
Information about the resource changes.
|
ResourceChange |
ResourceChange.withDetails(ResourceChangeDetail... details)
Information about the resource changes.
|
ResourceChange |
ResourceChange.withLogicalResourceId(String logicalResourceId)
The ID of the resource, as defined in the CloudFormation template.
|
ResourceChange |
ResourceChange.withPhysicalResourceId(String physicalResourceId)
The ID of the resource, if it was already created.
|
ResourceChange |
ResourceChange.withReplacement(Replacement replacement)
If the change type is
Modify, indicates whether the existing resource is deleted and replaced with a
new one. |
ResourceChange |
ResourceChange.withReplacement(String replacement)
If the change type is
Modify, indicates whether the existing resource is deleted and replaced with a
new one. |
ResourceChange |
ResourceChange.withResourceType(String resourceType)
The type of resource.
|
ResourceChange |
ResourceChange.withScope(Collection<String> scope)
The change scope.
|
ResourceChange |
ResourceChange.withScope(ResourceAttribute... scope)
The change scope.
|
ResourceChange |
ResourceChange.withScope(String... scope)
The change scope.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceChange> |
DescribeProvisionedProductPlanResult.getResourceChanges()
Information about the resource changes that will occur when the plan is executed.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisionedProductPlanResult |
DescribeProvisionedProductPlanResult.withResourceChanges(ResourceChange... resourceChanges)
Information about the resource changes that will occur when the plan is executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProvisionedProductPlanResult.setResourceChanges(Collection<ResourceChange> resourceChanges)
Information about the resource changes that will occur when the plan is executed.
|
DescribeProvisionedProductPlanResult |
DescribeProvisionedProductPlanResult.withResourceChanges(Collection<ResourceChange> resourceChanges)
Information about the resource changes that will occur when the plan is executed.
|
Copyright © 2019. All rights reserved.