| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.clone() |
UpdateProvisioningPreferences |
UpdateProvisionedProductRequest.getProvisioningPreferences()
An object that contains information about the provisioning preferences for a stack set.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetAccounts(String... stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetFailureToleranceCount(Integer stackSetFailureToleranceCount)
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the
operation in that region.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetFailureTolerancePercentage(Integer stackSetFailureTolerancePercentage)
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops
the operation in that region.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)
The maximum number of accounts in which to perform this operation at one time.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetOperationType(StackSetOperationType stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetOperationType(String stackSetOperationType)
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the
provisioned product.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetRegions(String... stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProvisionedProductRequest.setProvisioningPreferences(UpdateProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
|
UpdateProvisionedProductRequest |
UpdateProvisionedProductRequest.withProvisioningPreferences(UpdateProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
|
Copyright © 2020. All rights reserved.