| 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 Amazon Web Services accounts that will have access to the provisioned product.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetAccounts(String... stackSetAccounts)
One or more Amazon Web Services 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 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 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 Service Catalog performs to a stack set or a stack instance represented by the provisioned
product.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetOperationType(String stackSetOperationType)
Determines what action 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 Amazon Web Services Regions where the provisioned product will be available.
|
UpdateProvisioningPreferences |
UpdateProvisioningPreferences.withStackSetRegions(String... stackSetRegions)
One or more Amazon Web Services 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 © 2024. All rights reserved.