| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ProvisioningPreferences |
ProvisioningPreferences.clone() |
ProvisioningPreferences |
ProvisionProductRequest.getProvisioningPreferences()
An object that contains information about the provisioning preferences for a stack set.
|
ProvisioningPreferences |
ProvisioningPreferences.withStackSetAccounts(Collection<String> stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
ProvisioningPreferences |
ProvisioningPreferences.withStackSetAccounts(String... stackSetAccounts)
One or more AWS accounts that will have access to the provisioned product.
|
ProvisioningPreferences |
ProvisioningPreferences.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.
|
ProvisioningPreferences |
ProvisioningPreferences.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.
|
ProvisioningPreferences |
ProvisioningPreferences.withStackSetMaxConcurrencyCount(Integer stackSetMaxConcurrencyCount)
The maximum number of accounts in which to perform this operation at one time.
|
ProvisioningPreferences |
ProvisioningPreferences.withStackSetMaxConcurrencyPercentage(Integer stackSetMaxConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
|
ProvisioningPreferences |
ProvisioningPreferences.withStackSetRegions(Collection<String> stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
ProvisioningPreferences |
ProvisioningPreferences.withStackSetRegions(String... stackSetRegions)
One or more AWS Regions where the provisioned product will be available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisionProductRequest.setProvisioningPreferences(ProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
|
ProvisionProductRequest |
ProvisionProductRequest.withProvisioningPreferences(ProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
|
Copyright © 2020. All rights reserved.