Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ResourceChange
-
Packages that use ResourceChange Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ResourceChange in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ResourceChange Modifier and Type Method Description List<ResourceChange>DescribeProvisionedProductPlanResponse. resourceChanges()Information about the resource changes that will occur when the plan is executed.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type ResourceChange Modifier and Type Method Description DescribeProvisionedProductPlanResponse.BuilderDescribeProvisionedProductPlanResponse.Builder. resourceChanges(ResourceChange... resourceChanges)Information about the resource changes that will occur when the plan is executed.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type ResourceChange Modifier and Type Method Description DescribeProvisionedProductPlanResponse.BuilderDescribeProvisionedProductPlanResponse.Builder. resourceChanges(Collection<ResourceChange> resourceChanges)Information about the resource changes that will occur when the plan is executed.
-