@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSServiceCatalogAsync extends AbstractAWSServiceCatalog implements AWSServiceCatalogAsync
AWSServiceCatalogAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
acceptPortfolioShare, associateBudgetWithResource, associatePrincipalWithPortfolio, associateProductWithPortfolio, associateServiceActionWithProvisioningArtifact, associateTagOptionWithResource, batchAssociateServiceActionWithProvisioningArtifact, batchDisassociateServiceActionFromProvisioningArtifact, copyProduct, createConstraint, createPortfolio, createPortfolioShare, createProduct, createProvisionedProductPlan, createProvisioningArtifact, createServiceAction, createTagOption, deleteConstraint, deletePortfolio, deletePortfolioShare, deleteProduct, deleteProvisionedProductPlan, deleteProvisioningArtifact, deleteServiceAction, deleteTagOption, describeConstraint, describeCopyProductStatus, describePortfolio, describePortfolioShares, describePortfolioShareStatus, describeProduct, describeProductAsAdmin, describeProductView, describeProvisionedProduct, describeProvisionedProductPlan, describeProvisioningArtifact, describeProvisioningParameters, describeRecord, describeServiceAction, describeServiceActionExecutionParameters, describeTagOption, disableAWSOrganizationsAccess, disassociateBudgetFromResource, disassociatePrincipalFromPortfolio, disassociateProductFromPortfolio, disassociateServiceActionFromProvisioningArtifact, disassociateTagOptionFromResource, enableAWSOrganizationsAccess, executeProvisionedProductPlan, executeProvisionedProductServiceAction, getAWSOrganizationsAccessStatus, getCachedResponseMetadata, getProvisionedProductOutputs, importAsProvisionedProduct, listAcceptedPortfolioShares, listBudgetsForResource, listConstraintsForPortfolio, listLaunchPaths, listOrganizationPortfolioAccess, listPortfolioAccess, listPortfolios, listPortfoliosForProduct, listPrincipalsForPortfolio, listProvisionedProductPlans, listProvisioningArtifacts, listProvisioningArtifactsForServiceAction, listRecordHistory, listResourcesForTagOption, listServiceActions, listServiceActionsForProvisioningArtifact, listStackInstancesForProvisionedProduct, listTagOptions, provisionProduct, rejectPortfolioShare, scanProvisionedProducts, searchProducts, searchProductsAsAdmin, searchProvisionedProducts, setEndpoint, setRegion, shutdown, terminateProvisionedProduct, updateConstraint, updatePortfolio, updatePortfolioShare, updateProduct, updateProvisionedProduct, updateProvisionedProductProperties, updateProvisioningArtifact, updateServiceAction, updateTagOption
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptPortfolioShare, associateBudgetWithResource, associatePrincipalWithPortfolio, associateProductWithPortfolio, associateServiceActionWithProvisioningArtifact, associateTagOptionWithResource, batchAssociateServiceActionWithProvisioningArtifact, batchDisassociateServiceActionFromProvisioningArtifact, copyProduct, createConstraint, createPortfolio, createPortfolioShare, createProduct, createProvisionedProductPlan, createProvisioningArtifact, createServiceAction, createTagOption, deleteConstraint, deletePortfolio, deletePortfolioShare, deleteProduct, deleteProvisionedProductPlan, deleteProvisioningArtifact, deleteServiceAction, deleteTagOption, describeConstraint, describeCopyProductStatus, describePortfolio, describePortfolioShares, describePortfolioShareStatus, describeProduct, describeProductAsAdmin, describeProductView, describeProvisionedProduct, describeProvisionedProductPlan, describeProvisioningArtifact, describeProvisioningParameters, describeRecord, describeServiceAction, describeServiceActionExecutionParameters, describeTagOption, disableAWSOrganizationsAccess, disassociateBudgetFromResource, disassociatePrincipalFromPortfolio, disassociateProductFromPortfolio, disassociateServiceActionFromProvisioningArtifact, disassociateTagOptionFromResource, enableAWSOrganizationsAccess, executeProvisionedProductPlan, executeProvisionedProductServiceAction, getAWSOrganizationsAccessStatus, getCachedResponseMetadata, getProvisionedProductOutputs, importAsProvisionedProduct, listAcceptedPortfolioShares, listBudgetsForResource, listConstraintsForPortfolio, listLaunchPaths, listOrganizationPortfolioAccess, listPortfolioAccess, listPortfolios, listPortfoliosForProduct, listPrincipalsForPortfolio, listProvisionedProductPlans, listProvisioningArtifacts, listProvisioningArtifactsForServiceAction, listRecordHistory, listResourcesForTagOption, listServiceActions, listServiceActionsForProvisioningArtifact, listStackInstancesForProvisionedProduct, listTagOptions, provisionProduct, rejectPortfolioShare, scanProvisionedProducts, searchProducts, searchProductsAsAdmin, searchProvisionedProducts, setEndpoint, setRegion, shutdown, terminateProvisionedProduct, updateConstraint, updatePortfolio, updatePortfolioShare, updateProduct, updateProvisionedProduct, updateProvisionedProductProperties, updateProvisioningArtifact, updateServiceAction, updateTagOption
public Future<AcceptPortfolioShareResult> acceptPortfolioShareAsync(AcceptPortfolioShareRequest request)
AWSServiceCatalogAsync
Accepts an offer to share the specified portfolio.
acceptPortfolioShareAsync
in interface AWSServiceCatalogAsync
public Future<AcceptPortfolioShareResult> acceptPortfolioShareAsync(AcceptPortfolioShareRequest request, AsyncHandler<AcceptPortfolioShareRequest,AcceptPortfolioShareResult> asyncHandler)
AWSServiceCatalogAsync
Accepts an offer to share the specified portfolio.
acceptPortfolioShareAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateBudgetWithResourceResult> associateBudgetWithResourceAsync(AssociateBudgetWithResourceRequest request)
AWSServiceCatalogAsync
Associates the specified budget with the specified resource.
associateBudgetWithResourceAsync
in interface AWSServiceCatalogAsync
public Future<AssociateBudgetWithResourceResult> associateBudgetWithResourceAsync(AssociateBudgetWithResourceRequest request, AsyncHandler<AssociateBudgetWithResourceRequest,AssociateBudgetWithResourceResult> asyncHandler)
AWSServiceCatalogAsync
Associates the specified budget with the specified resource.
associateBudgetWithResourceAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociatePrincipalWithPortfolioResult> associatePrincipalWithPortfolioAsync(AssociatePrincipalWithPortfolioRequest request)
AWSServiceCatalogAsync
Associates the specified principal ARN with the specified portfolio.
associatePrincipalWithPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<AssociatePrincipalWithPortfolioResult> associatePrincipalWithPortfolioAsync(AssociatePrincipalWithPortfolioRequest request, AsyncHandler<AssociatePrincipalWithPortfolioRequest,AssociatePrincipalWithPortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Associates the specified principal ARN with the specified portfolio.
associatePrincipalWithPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateProductWithPortfolioResult> associateProductWithPortfolioAsync(AssociateProductWithPortfolioRequest request)
AWSServiceCatalogAsync
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
associateProductWithPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<AssociateProductWithPortfolioResult> associateProductWithPortfolioAsync(AssociateProductWithPortfolioRequest request, AsyncHandler<AssociateProductWithPortfolioRequest,AssociateProductWithPortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
associateProductWithPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateServiceActionWithProvisioningArtifactResult> associateServiceActionWithProvisioningArtifactAsync(AssociateServiceActionWithProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Associates a self-service action with a provisioning artifact.
associateServiceActionWithProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<AssociateServiceActionWithProvisioningArtifactResult> associateServiceActionWithProvisioningArtifactAsync(AssociateServiceActionWithProvisioningArtifactRequest request, AsyncHandler<AssociateServiceActionWithProvisioningArtifactRequest,AssociateServiceActionWithProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Associates a self-service action with a provisioning artifact.
associateServiceActionWithProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateTagOptionWithResourceResult> associateTagOptionWithResourceAsync(AssociateTagOptionWithResourceRequest request)
AWSServiceCatalogAsync
Associate the specified TagOption with the specified portfolio or product.
associateTagOptionWithResourceAsync
in interface AWSServiceCatalogAsync
public Future<AssociateTagOptionWithResourceResult> associateTagOptionWithResourceAsync(AssociateTagOptionWithResourceRequest request, AsyncHandler<AssociateTagOptionWithResourceRequest,AssociateTagOptionWithResourceResult> asyncHandler)
AWSServiceCatalogAsync
Associate the specified TagOption with the specified portfolio or product.
associateTagOptionWithResourceAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchAssociateServiceActionWithProvisioningArtifactResult> batchAssociateServiceActionWithProvisioningArtifactAsync(BatchAssociateServiceActionWithProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Associates multiple self-service actions with provisioning artifacts.
batchAssociateServiceActionWithProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<BatchAssociateServiceActionWithProvisioningArtifactResult> batchAssociateServiceActionWithProvisioningArtifactAsync(BatchAssociateServiceActionWithProvisioningArtifactRequest request, AsyncHandler<BatchAssociateServiceActionWithProvisioningArtifactRequest,BatchAssociateServiceActionWithProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Associates multiple self-service actions with provisioning artifacts.
batchAssociateServiceActionWithProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDisassociateServiceActionFromProvisioningArtifactResult> batchDisassociateServiceActionFromProvisioningArtifactAsync(BatchDisassociateServiceActionFromProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Disassociates a batch of self-service actions from the specified provisioning artifact.
batchDisassociateServiceActionFromProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<BatchDisassociateServiceActionFromProvisioningArtifactResult> batchDisassociateServiceActionFromProvisioningArtifactAsync(BatchDisassociateServiceActionFromProvisioningArtifactRequest request, AsyncHandler<BatchDisassociateServiceActionFromProvisioningArtifactRequest,BatchDisassociateServiceActionFromProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Disassociates a batch of self-service actions from the specified provisioning artifact.
batchDisassociateServiceActionFromProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CopyProductResult> copyProductAsync(CopyProductRequest request)
AWSServiceCatalogAsync
Copies the specified source product to the specified target product or a new product.
You can copy a product to the same account or another account. You can copy a product to the same region or another region.
This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.
copyProductAsync
in interface AWSServiceCatalogAsync
public Future<CopyProductResult> copyProductAsync(CopyProductRequest request, AsyncHandler<CopyProductRequest,CopyProductResult> asyncHandler)
AWSServiceCatalogAsync
Copies the specified source product to the specified target product or a new product.
You can copy a product to the same account or another account. You can copy a product to the same region or another region.
This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.
copyProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateConstraintResult> createConstraintAsync(CreateConstraintRequest request)
AWSServiceCatalogAsync
Creates a constraint.
A delegated admin is authorized to invoke this command.
createConstraintAsync
in interface AWSServiceCatalogAsync
public Future<CreateConstraintResult> createConstraintAsync(CreateConstraintRequest request, AsyncHandler<CreateConstraintRequest,CreateConstraintResult> asyncHandler)
AWSServiceCatalogAsync
Creates a constraint.
A delegated admin is authorized to invoke this command.
createConstraintAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePortfolioResult> createPortfolioAsync(CreatePortfolioRequest request)
AWSServiceCatalogAsync
Creates a portfolio.
A delegated admin is authorized to invoke this command.
createPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<CreatePortfolioResult> createPortfolioAsync(CreatePortfolioRequest request, AsyncHandler<CreatePortfolioRequest,CreatePortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Creates a portfolio.
A delegated admin is authorized to invoke this command.
createPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePortfolioShareResult> createPortfolioShareAsync(CreatePortfolioShareRequest request)
AWSServiceCatalogAsync
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account.
Note that if a delegated admin is de-registered, they can no longer create portfolio shares.
AWSOrganizationsAccess
must be enabled in order to create a portfolio share to an organization node.
You can't share a shared resource, including portfolios that contain a shared product.
If the portfolio share with the specified account or organization node already exists, this action will have no
effect and will not return an error. To update an existing share, you must use the
UpdatePortfolioShare
API instead.
createPortfolioShareAsync
in interface AWSServiceCatalogAsync
public Future<CreatePortfolioShareResult> createPortfolioShareAsync(CreatePortfolioShareRequest request, AsyncHandler<CreatePortfolioShareRequest,CreatePortfolioShareResult> asyncHandler)
AWSServiceCatalogAsync
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account.
Note that if a delegated admin is de-registered, they can no longer create portfolio shares.
AWSOrganizationsAccess
must be enabled in order to create a portfolio share to an organization node.
You can't share a shared resource, including portfolios that contain a shared product.
If the portfolio share with the specified account or organization node already exists, this action will have no
effect and will not return an error. To update an existing share, you must use the
UpdatePortfolioShare
API instead.
createPortfolioShareAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProductResult> createProductAsync(CreateProductRequest request)
AWSServiceCatalogAsync
Creates a product.
A delegated admin is authorized to invoke this command.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProductAsync
in interface AWSServiceCatalogAsync
public Future<CreateProductResult> createProductAsync(CreateProductRequest request, AsyncHandler<CreateProductRequest,CreateProductResult> asyncHandler)
AWSServiceCatalogAsync
Creates a product.
A delegated admin is authorized to invoke this command.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProvisionedProductPlanResult> createProvisionedProductPlanAsync(CreateProvisionedProductPlanRequest request)
AWSServiceCatalogAsync
Creates a plan. A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed.
You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILBLE or TAINTED.
To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.
createProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
public Future<CreateProvisionedProductPlanResult> createProvisionedProductPlanAsync(CreateProvisionedProductPlanRequest request, AsyncHandler<CreateProvisionedProductPlanRequest,CreateProvisionedProductPlanResult> asyncHandler)
AWSServiceCatalogAsync
Creates a plan. A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed.
You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILBLE or TAINTED.
To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.
createProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProvisioningArtifactResult> createProvisioningArtifactAsync(CreateProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Creates a provisioning artifact (also known as a version) for the specified product.
You cannot create a provisioning artifact for a product that was shared with you.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<CreateProvisioningArtifactResult> createProvisioningArtifactAsync(CreateProvisioningArtifactRequest request, AsyncHandler<CreateProvisioningArtifactRequest,CreateProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Creates a provisioning artifact (also known as a version) for the specified product.
You cannot create a provisioning artifact for a product that was shared with you.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateServiceActionResult> createServiceActionAsync(CreateServiceActionRequest request)
AWSServiceCatalogAsync
Creates a self-service action.
createServiceActionAsync
in interface AWSServiceCatalogAsync
public Future<CreateServiceActionResult> createServiceActionAsync(CreateServiceActionRequest request, AsyncHandler<CreateServiceActionRequest,CreateServiceActionResult> asyncHandler)
AWSServiceCatalogAsync
Creates a self-service action.
createServiceActionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTagOptionResult> createTagOptionAsync(CreateTagOptionRequest request)
AWSServiceCatalogAsync
Creates a TagOption.
createTagOptionAsync
in interface AWSServiceCatalogAsync
public Future<CreateTagOptionResult> createTagOptionAsync(CreateTagOptionRequest request, AsyncHandler<CreateTagOptionRequest,CreateTagOptionResult> asyncHandler)
AWSServiceCatalogAsync
Creates a TagOption.
createTagOptionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConstraintResult> deleteConstraintAsync(DeleteConstraintRequest request)
AWSServiceCatalogAsync
Deletes the specified constraint.
A delegated admin is authorized to invoke this command.
deleteConstraintAsync
in interface AWSServiceCatalogAsync
public Future<DeleteConstraintResult> deleteConstraintAsync(DeleteConstraintRequest request, AsyncHandler<DeleteConstraintRequest,DeleteConstraintResult> asyncHandler)
AWSServiceCatalogAsync
Deletes the specified constraint.
A delegated admin is authorized to invoke this command.
deleteConstraintAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePortfolioResult> deletePortfolioAsync(DeletePortfolioRequest request)
AWSServiceCatalogAsync
Deletes the specified portfolio.
You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.
A delegated admin is authorized to invoke this command.
deletePortfolioAsync
in interface AWSServiceCatalogAsync
public Future<DeletePortfolioResult> deletePortfolioAsync(DeletePortfolioRequest request, AsyncHandler<DeletePortfolioRequest,DeletePortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Deletes the specified portfolio.
You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.
A delegated admin is authorized to invoke this command.
deletePortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePortfolioShareResult> deletePortfolioShareAsync(DeletePortfolioShareRequest request)
AWSServiceCatalogAsync
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator.
Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
deletePortfolioShareAsync
in interface AWSServiceCatalogAsync
public Future<DeletePortfolioShareResult> deletePortfolioShareAsync(DeletePortfolioShareRequest request, AsyncHandler<DeletePortfolioShareRequest,DeletePortfolioShareResult> asyncHandler)
AWSServiceCatalogAsync
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator.
Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
deletePortfolioShareAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProductResult> deleteProductAsync(DeleteProductRequest request)
AWSServiceCatalogAsync
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
A delegated admin is authorized to invoke this command.
deleteProductAsync
in interface AWSServiceCatalogAsync
public Future<DeleteProductResult> deleteProductAsync(DeleteProductRequest request, AsyncHandler<DeleteProductRequest,DeleteProductResult> asyncHandler)
AWSServiceCatalogAsync
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
A delegated admin is authorized to invoke this command.
deleteProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProvisionedProductPlanResult> deleteProvisionedProductPlanAsync(DeleteProvisionedProductPlanRequest request)
AWSServiceCatalogAsync
Deletes the specified plan.
deleteProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
public Future<DeleteProvisionedProductPlanResult> deleteProvisionedProductPlanAsync(DeleteProvisionedProductPlanRequest request, AsyncHandler<DeleteProvisionedProductPlanRequest,DeleteProvisionedProductPlanResult> asyncHandler)
AWSServiceCatalogAsync
Deletes the specified plan.
deleteProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProvisioningArtifactResult> deleteProvisioningArtifactAsync(DeleteProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Deletes the specified provisioning artifact (also known as a version) for the specified product.
You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.
deleteProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<DeleteProvisioningArtifactResult> deleteProvisioningArtifactAsync(DeleteProvisioningArtifactRequest request, AsyncHandler<DeleteProvisioningArtifactRequest,DeleteProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Deletes the specified provisioning artifact (also known as a version) for the specified product.
You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.
deleteProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteServiceActionResult> deleteServiceActionAsync(DeleteServiceActionRequest request)
AWSServiceCatalogAsync
Deletes a self-service action.
deleteServiceActionAsync
in interface AWSServiceCatalogAsync
public Future<DeleteServiceActionResult> deleteServiceActionAsync(DeleteServiceActionRequest request, AsyncHandler<DeleteServiceActionRequest,DeleteServiceActionResult> asyncHandler)
AWSServiceCatalogAsync
Deletes a self-service action.
deleteServiceActionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTagOptionResult> deleteTagOptionAsync(DeleteTagOptionRequest request)
AWSServiceCatalogAsync
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
deleteTagOptionAsync
in interface AWSServiceCatalogAsync
public Future<DeleteTagOptionResult> deleteTagOptionAsync(DeleteTagOptionRequest request, AsyncHandler<DeleteTagOptionRequest,DeleteTagOptionResult> asyncHandler)
AWSServiceCatalogAsync
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
deleteTagOptionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeConstraintResult> describeConstraintAsync(DescribeConstraintRequest request)
AWSServiceCatalogAsync
Gets information about the specified constraint.
describeConstraintAsync
in interface AWSServiceCatalogAsync
public Future<DescribeConstraintResult> describeConstraintAsync(DescribeConstraintRequest request, AsyncHandler<DescribeConstraintRequest,DescribeConstraintResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified constraint.
describeConstraintAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeCopyProductStatusResult> describeCopyProductStatusAsync(DescribeCopyProductStatusRequest request)
AWSServiceCatalogAsync
Gets the status of the specified copy product operation.
describeCopyProductStatusAsync
in interface AWSServiceCatalogAsync
public Future<DescribeCopyProductStatusResult> describeCopyProductStatusAsync(DescribeCopyProductStatusRequest request, AsyncHandler<DescribeCopyProductStatusRequest,DescribeCopyProductStatusResult> asyncHandler)
AWSServiceCatalogAsync
Gets the status of the specified copy product operation.
describeCopyProductStatusAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePortfolioResult> describePortfolioAsync(DescribePortfolioRequest request)
AWSServiceCatalogAsync
Gets information about the specified portfolio.
A delegated admin is authorized to invoke this command.
describePortfolioAsync
in interface AWSServiceCatalogAsync
public Future<DescribePortfolioResult> describePortfolioAsync(DescribePortfolioRequest request, AsyncHandler<DescribePortfolioRequest,DescribePortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified portfolio.
A delegated admin is authorized to invoke this command.
describePortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePortfolioShareStatusResult> describePortfolioShareStatusAsync(DescribePortfolioShareStatusRequest request)
AWSServiceCatalogAsync
Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
describePortfolioShareStatusAsync
in interface AWSServiceCatalogAsync
public Future<DescribePortfolioShareStatusResult> describePortfolioShareStatusAsync(DescribePortfolioShareStatusRequest request, AsyncHandler<DescribePortfolioShareStatusRequest,DescribePortfolioShareStatusResult> asyncHandler)
AWSServiceCatalogAsync
Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
describePortfolioShareStatusAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePortfolioSharesResult> describePortfolioSharesAsync(DescribePortfolioSharesRequest request)
AWSServiceCatalogAsync
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
describePortfolioSharesAsync
in interface AWSServiceCatalogAsync
public Future<DescribePortfolioSharesResult> describePortfolioSharesAsync(DescribePortfolioSharesRequest request, AsyncHandler<DescribePortfolioSharesRequest,DescribePortfolioSharesResult> asyncHandler)
AWSServiceCatalogAsync
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
describePortfolioSharesAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProductResult> describeProductAsync(DescribeProductRequest request)
AWSServiceCatalogAsync
Gets information about the specified product.
describeProductAsync
in interface AWSServiceCatalogAsync
public Future<DescribeProductResult> describeProductAsync(DescribeProductRequest request, AsyncHandler<DescribeProductRequest,DescribeProductResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified product.
describeProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProductAsAdminResult> describeProductAsAdminAsync(DescribeProductAsAdminRequest request)
AWSServiceCatalogAsync
Gets information about the specified product. This operation is run with administrator access.
describeProductAsAdminAsync
in interface AWSServiceCatalogAsync
public Future<DescribeProductAsAdminResult> describeProductAsAdminAsync(DescribeProductAsAdminRequest request, AsyncHandler<DescribeProductAsAdminRequest,DescribeProductAsAdminResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified product. This operation is run with administrator access.
describeProductAsAdminAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProductViewResult> describeProductViewAsync(DescribeProductViewRequest request)
AWSServiceCatalogAsync
Gets information about the specified product.
describeProductViewAsync
in interface AWSServiceCatalogAsync
public Future<DescribeProductViewResult> describeProductViewAsync(DescribeProductViewRequest request, AsyncHandler<DescribeProductViewRequest,DescribeProductViewResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified product.
describeProductViewAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProvisionedProductResult> describeProvisionedProductAsync(DescribeProvisionedProductRequest request)
AWSServiceCatalogAsync
Gets information about the specified provisioned product.
describeProvisionedProductAsync
in interface AWSServiceCatalogAsync
request
- DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for
localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned
product identifier. Customers must provide either Id or Name.public Future<DescribeProvisionedProductResult> describeProvisionedProductAsync(DescribeProvisionedProductRequest request, AsyncHandler<DescribeProvisionedProductRequest,DescribeProvisionedProductResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified provisioned product.
describeProvisionedProductAsync
in interface AWSServiceCatalogAsync
request
- DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for
localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned
product identifier. Customers must provide either Id or Name.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProvisionedProductPlanResult> describeProvisionedProductPlanAsync(DescribeProvisionedProductPlanRequest request)
AWSServiceCatalogAsync
Gets information about the resource changes for the specified plan.
describeProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
public Future<DescribeProvisionedProductPlanResult> describeProvisionedProductPlanAsync(DescribeProvisionedProductPlanRequest request, AsyncHandler<DescribeProvisionedProductPlanRequest,DescribeProvisionedProductPlanResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the resource changes for the specified plan.
describeProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProvisioningArtifactResult> describeProvisioningArtifactAsync(DescribeProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
describeProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<DescribeProvisioningArtifactResult> describeProvisioningArtifactAsync(DescribeProvisioningArtifactRequest request, AsyncHandler<DescribeProvisioningArtifactRequest,DescribeProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
describeProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProvisioningParametersResult> describeProvisioningParametersAsync(DescribeProvisioningParametersRequest request)
AWSServiceCatalogAsync
Gets information about the configuration required to provision the specified product using the specified provisioning artifact.
If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key.
The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to
ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error
"Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned
product with the value sc-tagoption-conflict-portfolioId-productId
.
describeProvisioningParametersAsync
in interface AWSServiceCatalogAsync
public Future<DescribeProvisioningParametersResult> describeProvisioningParametersAsync(DescribeProvisioningParametersRequest request, AsyncHandler<DescribeProvisioningParametersRequest,DescribeProvisioningParametersResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the configuration required to provision the specified product using the specified provisioning artifact.
If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key.
The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to
ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error
"Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned
product with the value sc-tagoption-conflict-portfolioId-productId
.
describeProvisioningParametersAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeRecordResult> describeRecordAsync(DescribeRecordRequest request)
AWSServiceCatalogAsync
Gets information about the specified request operation.
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product's history from when he was the owner.
describeRecordAsync
in interface AWSServiceCatalogAsync
public Future<DescribeRecordResult> describeRecordAsync(DescribeRecordRequest request, AsyncHandler<DescribeRecordRequest,DescribeRecordResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified request operation.
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product's history from when he was the owner.
describeRecordAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeServiceActionResult> describeServiceActionAsync(DescribeServiceActionRequest request)
AWSServiceCatalogAsync
Describes a self-service action.
describeServiceActionAsync
in interface AWSServiceCatalogAsync
public Future<DescribeServiceActionResult> describeServiceActionAsync(DescribeServiceActionRequest request, AsyncHandler<DescribeServiceActionRequest,DescribeServiceActionResult> asyncHandler)
AWSServiceCatalogAsync
Describes a self-service action.
describeServiceActionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeServiceActionExecutionParametersResult> describeServiceActionExecutionParametersAsync(DescribeServiceActionExecutionParametersRequest request)
AWSServiceCatalogAsync
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.
describeServiceActionExecutionParametersAsync
in interface AWSServiceCatalogAsync
public Future<DescribeServiceActionExecutionParametersResult> describeServiceActionExecutionParametersAsync(DescribeServiceActionExecutionParametersRequest request, AsyncHandler<DescribeServiceActionExecutionParametersRequest,DescribeServiceActionExecutionParametersResult> asyncHandler)
AWSServiceCatalogAsync
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.
describeServiceActionExecutionParametersAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeTagOptionResult> describeTagOptionAsync(DescribeTagOptionRequest request)
AWSServiceCatalogAsync
Gets information about the specified TagOption.
describeTagOptionAsync
in interface AWSServiceCatalogAsync
public Future<DescribeTagOptionResult> describeTagOptionAsync(DescribeTagOptionRequest request, AsyncHandler<DescribeTagOptionRequest,DescribeTagOptionResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the specified TagOption.
describeTagOptionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisableAWSOrganizationsAccessResult> disableAWSOrganizationsAccessAsync(DisableAWSOrganizationsAccessRequest request)
AWSServiceCatalogAsync
Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization.
This API can't be invoked if there are active delegated administrators in the organization.
Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess
.
disableAWSOrganizationsAccessAsync
in interface AWSServiceCatalogAsync
public Future<DisableAWSOrganizationsAccessResult> disableAWSOrganizationsAccessAsync(DisableAWSOrganizationsAccessRequest request, AsyncHandler<DisableAWSOrganizationsAccessRequest,DisableAWSOrganizationsAccessResult> asyncHandler)
AWSServiceCatalogAsync
Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization.
This API can't be invoked if there are active delegated administrators in the organization.
Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess
.
disableAWSOrganizationsAccessAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateBudgetFromResourceResult> disassociateBudgetFromResourceAsync(DisassociateBudgetFromResourceRequest request)
AWSServiceCatalogAsync
Disassociates the specified budget from the specified resource.
disassociateBudgetFromResourceAsync
in interface AWSServiceCatalogAsync
public Future<DisassociateBudgetFromResourceResult> disassociateBudgetFromResourceAsync(DisassociateBudgetFromResourceRequest request, AsyncHandler<DisassociateBudgetFromResourceRequest,DisassociateBudgetFromResourceResult> asyncHandler)
AWSServiceCatalogAsync
Disassociates the specified budget from the specified resource.
disassociateBudgetFromResourceAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociatePrincipalFromPortfolioResult> disassociatePrincipalFromPortfolioAsync(DisassociatePrincipalFromPortfolioRequest request)
AWSServiceCatalogAsync
Disassociates a previously associated principal ARN from a specified portfolio.
disassociatePrincipalFromPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<DisassociatePrincipalFromPortfolioResult> disassociatePrincipalFromPortfolioAsync(DisassociatePrincipalFromPortfolioRequest request, AsyncHandler<DisassociatePrincipalFromPortfolioRequest,DisassociatePrincipalFromPortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Disassociates a previously associated principal ARN from a specified portfolio.
disassociatePrincipalFromPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateProductFromPortfolioResult> disassociateProductFromPortfolioAsync(DisassociateProductFromPortfolioRequest request)
AWSServiceCatalogAsync
Disassociates the specified product from the specified portfolio.
A delegated admin is authorized to invoke this command.
disassociateProductFromPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<DisassociateProductFromPortfolioResult> disassociateProductFromPortfolioAsync(DisassociateProductFromPortfolioRequest request, AsyncHandler<DisassociateProductFromPortfolioRequest,DisassociateProductFromPortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Disassociates the specified product from the specified portfolio.
A delegated admin is authorized to invoke this command.
disassociateProductFromPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateServiceActionFromProvisioningArtifactResult> disassociateServiceActionFromProvisioningArtifactAsync(DisassociateServiceActionFromProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Disassociates the specified self-service action association from the specified provisioning artifact.
disassociateServiceActionFromProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<DisassociateServiceActionFromProvisioningArtifactResult> disassociateServiceActionFromProvisioningArtifactAsync(DisassociateServiceActionFromProvisioningArtifactRequest request, AsyncHandler<DisassociateServiceActionFromProvisioningArtifactRequest,DisassociateServiceActionFromProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Disassociates the specified self-service action association from the specified provisioning artifact.
disassociateServiceActionFromProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateTagOptionFromResourceResult> disassociateTagOptionFromResourceAsync(DisassociateTagOptionFromResourceRequest request)
AWSServiceCatalogAsync
Disassociates the specified TagOption from the specified resource.
disassociateTagOptionFromResourceAsync
in interface AWSServiceCatalogAsync
public Future<DisassociateTagOptionFromResourceResult> disassociateTagOptionFromResourceAsync(DisassociateTagOptionFromResourceRequest request, AsyncHandler<DisassociateTagOptionFromResourceRequest,DisassociateTagOptionFromResourceResult> asyncHandler)
AWSServiceCatalogAsync
Disassociates the specified TagOption from the specified resource.
disassociateTagOptionFromResourceAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<EnableAWSOrganizationsAccessResult> enableAWSOrganizationsAccessAsync(EnableAWSOrganizationsAccessRequest request)
AWSServiceCatalogAsync
Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization.
By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.
Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess
.
enableAWSOrganizationsAccessAsync
in interface AWSServiceCatalogAsync
public Future<EnableAWSOrganizationsAccessResult> enableAWSOrganizationsAccessAsync(EnableAWSOrganizationsAccessRequest request, AsyncHandler<EnableAWSOrganizationsAccessRequest,EnableAWSOrganizationsAccessResult> asyncHandler)
AWSServiceCatalogAsync
Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization.
By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.
Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess
.
enableAWSOrganizationsAccessAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ExecuteProvisionedProductPlanResult> executeProvisionedProductPlanAsync(ExecuteProvisionedProductPlanRequest request)
AWSServiceCatalogAsync
Provisions or modifies a product based on the resource changes for the specified plan.
executeProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
public Future<ExecuteProvisionedProductPlanResult> executeProvisionedProductPlanAsync(ExecuteProvisionedProductPlanRequest request, AsyncHandler<ExecuteProvisionedProductPlanRequest,ExecuteProvisionedProductPlanResult> asyncHandler)
AWSServiceCatalogAsync
Provisions or modifies a product based on the resource changes for the specified plan.
executeProvisionedProductPlanAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ExecuteProvisionedProductServiceActionResult> executeProvisionedProductServiceActionAsync(ExecuteProvisionedProductServiceActionRequest request)
AWSServiceCatalogAsync
Executes a self-service action against a provisioned product.
executeProvisionedProductServiceActionAsync
in interface AWSServiceCatalogAsync
public Future<ExecuteProvisionedProductServiceActionResult> executeProvisionedProductServiceActionAsync(ExecuteProvisionedProductServiceActionRequest request, AsyncHandler<ExecuteProvisionedProductServiceActionRequest,ExecuteProvisionedProductServiceActionResult> asyncHandler)
AWSServiceCatalogAsync
Executes a self-service action against a provisioned product.
executeProvisionedProductServiceActionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAWSOrganizationsAccessStatusResult> getAWSOrganizationsAccessStatusAsync(GetAWSOrganizationsAccessStatusRequest request)
AWSServiceCatalogAsync
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
getAWSOrganizationsAccessStatusAsync
in interface AWSServiceCatalogAsync
public Future<GetAWSOrganizationsAccessStatusResult> getAWSOrganizationsAccessStatusAsync(GetAWSOrganizationsAccessStatusRequest request, AsyncHandler<GetAWSOrganizationsAccessStatusRequest,GetAWSOrganizationsAccessStatusResult> asyncHandler)
AWSServiceCatalogAsync
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
getAWSOrganizationsAccessStatusAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProvisionedProductOutputsResult> getProvisionedProductOutputsAsync(GetProvisionedProductOutputsRequest request)
AWSServiceCatalogAsync
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
getProvisionedProductOutputsAsync
in interface AWSServiceCatalogAsync
public Future<GetProvisionedProductOutputsResult> getProvisionedProductOutputsAsync(GetProvisionedProductOutputsRequest request, AsyncHandler<GetProvisionedProductOutputsRequest,GetProvisionedProductOutputsResult> asyncHandler)
AWSServiceCatalogAsync
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
getProvisionedProductOutputsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ImportAsProvisionedProductResult> importAsProvisionedProductAsync(ImportAsProvisionedProductRequest request)
AWSServiceCatalogAsync
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product.
Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported.
The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE
,
UPDATE_COMPLETE
, UPDATE_ROLLBACK_COMPLETE
, IMPORT_COMPLETE
,
IMPORT_ROLLBACK_COMPLETE
.
Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact.
The user or role that performs this operation must have the cloudformation:GetTemplate
and
cloudformation:DescribeStacks
IAM policy permissions.
importAsProvisionedProductAsync
in interface AWSServiceCatalogAsync
public Future<ImportAsProvisionedProductResult> importAsProvisionedProductAsync(ImportAsProvisionedProductRequest request, AsyncHandler<ImportAsProvisionedProductRequest,ImportAsProvisionedProductResult> asyncHandler)
AWSServiceCatalogAsync
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product.
Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported.
The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE
,
UPDATE_COMPLETE
, UPDATE_ROLLBACK_COMPLETE
, IMPORT_COMPLETE
,
IMPORT_ROLLBACK_COMPLETE
.
Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact.
The user or role that performs this operation must have the cloudformation:GetTemplate
and
cloudformation:DescribeStacks
IAM policy permissions.
importAsProvisionedProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAcceptedPortfolioSharesResult> listAcceptedPortfolioSharesAsync(ListAcceptedPortfolioSharesRequest request)
AWSServiceCatalogAsync
Lists all imported portfolios for which account-to-account shares were accepted by this account. By specifying
the PortfolioShareType
, you can list portfolios for which organizational shares were accepted by
this account.
listAcceptedPortfolioSharesAsync
in interface AWSServiceCatalogAsync
public Future<ListAcceptedPortfolioSharesResult> listAcceptedPortfolioSharesAsync(ListAcceptedPortfolioSharesRequest request, AsyncHandler<ListAcceptedPortfolioSharesRequest,ListAcceptedPortfolioSharesResult> asyncHandler)
AWSServiceCatalogAsync
Lists all imported portfolios for which account-to-account shares were accepted by this account. By specifying
the PortfolioShareType
, you can list portfolios for which organizational shares were accepted by
this account.
listAcceptedPortfolioSharesAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListBudgetsForResourceResult> listBudgetsForResourceAsync(ListBudgetsForResourceRequest request)
AWSServiceCatalogAsync
Lists all the budgets associated to the specified resource.
listBudgetsForResourceAsync
in interface AWSServiceCatalogAsync
public Future<ListBudgetsForResourceResult> listBudgetsForResourceAsync(ListBudgetsForResourceRequest request, AsyncHandler<ListBudgetsForResourceRequest,ListBudgetsForResourceResult> asyncHandler)
AWSServiceCatalogAsync
Lists all the budgets associated to the specified resource.
listBudgetsForResourceAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConstraintsForPortfolioResult> listConstraintsForPortfolioAsync(ListConstraintsForPortfolioRequest request)
AWSServiceCatalogAsync
Lists the constraints for the specified portfolio and product.
listConstraintsForPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<ListConstraintsForPortfolioResult> listConstraintsForPortfolioAsync(ListConstraintsForPortfolioRequest request, AsyncHandler<ListConstraintsForPortfolioRequest,ListConstraintsForPortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Lists the constraints for the specified portfolio and product.
listConstraintsForPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLaunchPathsResult> listLaunchPathsAsync(ListLaunchPathsRequest request)
AWSServiceCatalogAsync
Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
listLaunchPathsAsync
in interface AWSServiceCatalogAsync
public Future<ListLaunchPathsResult> listLaunchPathsAsync(ListLaunchPathsRequest request, AsyncHandler<ListLaunchPathsRequest,ListLaunchPathsResult> asyncHandler)
AWSServiceCatalogAsync
Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
listLaunchPathsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListOrganizationPortfolioAccessResult> listOrganizationPortfolioAccessAsync(ListOrganizationPortfolioAccessRequest request)
AWSServiceCatalogAsync
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
listOrganizationPortfolioAccessAsync
in interface AWSServiceCatalogAsync
public Future<ListOrganizationPortfolioAccessResult> listOrganizationPortfolioAccessAsync(ListOrganizationPortfolioAccessRequest request, AsyncHandler<ListOrganizationPortfolioAccessRequest,ListOrganizationPortfolioAccessResult> asyncHandler)
AWSServiceCatalogAsync
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
listOrganizationPortfolioAccessAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPortfolioAccessResult> listPortfolioAccessAsync(ListPortfolioAccessRequest request)
AWSServiceCatalogAsync
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
listPortfolioAccessAsync
in interface AWSServiceCatalogAsync
public Future<ListPortfolioAccessResult> listPortfolioAccessAsync(ListPortfolioAccessRequest request, AsyncHandler<ListPortfolioAccessRequest,ListPortfolioAccessResult> asyncHandler)
AWSServiceCatalogAsync
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
listPortfolioAccessAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPortfoliosResult> listPortfoliosAsync(ListPortfoliosRequest request)
AWSServiceCatalogAsync
Lists all portfolios in the catalog.
listPortfoliosAsync
in interface AWSServiceCatalogAsync
public Future<ListPortfoliosResult> listPortfoliosAsync(ListPortfoliosRequest request, AsyncHandler<ListPortfoliosRequest,ListPortfoliosResult> asyncHandler)
AWSServiceCatalogAsync
Lists all portfolios in the catalog.
listPortfoliosAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPortfoliosForProductResult> listPortfoliosForProductAsync(ListPortfoliosForProductRequest request)
AWSServiceCatalogAsync
Lists all portfolios that the specified product is associated with.
listPortfoliosForProductAsync
in interface AWSServiceCatalogAsync
public Future<ListPortfoliosForProductResult> listPortfoliosForProductAsync(ListPortfoliosForProductRequest request, AsyncHandler<ListPortfoliosForProductRequest,ListPortfoliosForProductResult> asyncHandler)
AWSServiceCatalogAsync
Lists all portfolios that the specified product is associated with.
listPortfoliosForProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPrincipalsForPortfolioResult> listPrincipalsForPortfolioAsync(ListPrincipalsForPortfolioRequest request)
AWSServiceCatalogAsync
Lists all principal ARNs associated with the specified portfolio.
listPrincipalsForPortfolioAsync
in interface AWSServiceCatalogAsync
public Future<ListPrincipalsForPortfolioResult> listPrincipalsForPortfolioAsync(ListPrincipalsForPortfolioRequest request, AsyncHandler<ListPrincipalsForPortfolioRequest,ListPrincipalsForPortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Lists all principal ARNs associated with the specified portfolio.
listPrincipalsForPortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProvisionedProductPlansResult> listProvisionedProductPlansAsync(ListProvisionedProductPlansRequest request)
AWSServiceCatalogAsync
Lists the plans for the specified provisioned product or all plans to which the user has access.
listProvisionedProductPlansAsync
in interface AWSServiceCatalogAsync
public Future<ListProvisionedProductPlansResult> listProvisionedProductPlansAsync(ListProvisionedProductPlansRequest request, AsyncHandler<ListProvisionedProductPlansRequest,ListProvisionedProductPlansResult> asyncHandler)
AWSServiceCatalogAsync
Lists the plans for the specified provisioned product or all plans to which the user has access.
listProvisionedProductPlansAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProvisioningArtifactsResult> listProvisioningArtifactsAsync(ListProvisioningArtifactsRequest request)
AWSServiceCatalogAsync
Lists all provisioning artifacts (also known as versions) for the specified product.
listProvisioningArtifactsAsync
in interface AWSServiceCatalogAsync
public Future<ListProvisioningArtifactsResult> listProvisioningArtifactsAsync(ListProvisioningArtifactsRequest request, AsyncHandler<ListProvisioningArtifactsRequest,ListProvisioningArtifactsResult> asyncHandler)
AWSServiceCatalogAsync
Lists all provisioning artifacts (also known as versions) for the specified product.
listProvisioningArtifactsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProvisioningArtifactsForServiceActionResult> listProvisioningArtifactsForServiceActionAsync(ListProvisioningArtifactsForServiceActionRequest request)
AWSServiceCatalogAsync
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
listProvisioningArtifactsForServiceActionAsync
in interface AWSServiceCatalogAsync
public Future<ListProvisioningArtifactsForServiceActionResult> listProvisioningArtifactsForServiceActionAsync(ListProvisioningArtifactsForServiceActionRequest request, AsyncHandler<ListProvisioningArtifactsForServiceActionRequest,ListProvisioningArtifactsForServiceActionResult> asyncHandler)
AWSServiceCatalogAsync
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
listProvisioningArtifactsForServiceActionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRecordHistoryResult> listRecordHistoryAsync(ListRecordHistoryRequest request)
AWSServiceCatalogAsync
Lists the specified requests or all performed requests.
listRecordHistoryAsync
in interface AWSServiceCatalogAsync
public Future<ListRecordHistoryResult> listRecordHistoryAsync(ListRecordHistoryRequest request, AsyncHandler<ListRecordHistoryRequest,ListRecordHistoryResult> asyncHandler)
AWSServiceCatalogAsync
Lists the specified requests or all performed requests.
listRecordHistoryAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResourcesForTagOptionResult> listResourcesForTagOptionAsync(ListResourcesForTagOptionRequest request)
AWSServiceCatalogAsync
Lists the resources associated with the specified TagOption.
listResourcesForTagOptionAsync
in interface AWSServiceCatalogAsync
public Future<ListResourcesForTagOptionResult> listResourcesForTagOptionAsync(ListResourcesForTagOptionRequest request, AsyncHandler<ListResourcesForTagOptionRequest,ListResourcesForTagOptionResult> asyncHandler)
AWSServiceCatalogAsync
Lists the resources associated with the specified TagOption.
listResourcesForTagOptionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListServiceActionsResult> listServiceActionsAsync(ListServiceActionsRequest request)
AWSServiceCatalogAsync
Lists all self-service actions.
listServiceActionsAsync
in interface AWSServiceCatalogAsync
public Future<ListServiceActionsResult> listServiceActionsAsync(ListServiceActionsRequest request, AsyncHandler<ListServiceActionsRequest,ListServiceActionsResult> asyncHandler)
AWSServiceCatalogAsync
Lists all self-service actions.
listServiceActionsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListServiceActionsForProvisioningArtifactResult> listServiceActionsForProvisioningArtifactAsync(ListServiceActionsForProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
listServiceActionsForProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<ListServiceActionsForProvisioningArtifactResult> listServiceActionsForProvisioningArtifactAsync(ListServiceActionsForProvisioningArtifactRequest request, AsyncHandler<ListServiceActionsForProvisioningArtifactRequest,ListServiceActionsForProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
listServiceActionsForProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStackInstancesForProvisionedProductResult> listStackInstancesForProvisionedProductAsync(ListStackInstancesForProvisionedProductRequest request)
AWSServiceCatalogAsync
Returns summary information about stack instances that are associated with the specified
CFN_STACKSET
type provisioned product. You can filter for stack instances that are associated with a
specific AWS account name or region.
listStackInstancesForProvisionedProductAsync
in interface AWSServiceCatalogAsync
public Future<ListStackInstancesForProvisionedProductResult> listStackInstancesForProvisionedProductAsync(ListStackInstancesForProvisionedProductRequest request, AsyncHandler<ListStackInstancesForProvisionedProductRequest,ListStackInstancesForProvisionedProductResult> asyncHandler)
AWSServiceCatalogAsync
Returns summary information about stack instances that are associated with the specified
CFN_STACKSET
type provisioned product. You can filter for stack instances that are associated with a
specific AWS account name or region.
listStackInstancesForProvisionedProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagOptionsResult> listTagOptionsAsync(ListTagOptionsRequest request)
AWSServiceCatalogAsync
Lists the specified TagOptions or all TagOptions.
listTagOptionsAsync
in interface AWSServiceCatalogAsync
public Future<ListTagOptionsResult> listTagOptionsAsync(ListTagOptionsRequest request, AsyncHandler<ListTagOptionsRequest,ListTagOptionsResult> asyncHandler)
AWSServiceCatalogAsync
Lists the specified TagOptions or all TagOptions.
listTagOptionsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ProvisionProductResult> provisionProductAsync(ProvisionProductRequest request)
AWSServiceCatalogAsync
Provisions the specified product.
A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.
If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".
provisionProductAsync
in interface AWSServiceCatalogAsync
public Future<ProvisionProductResult> provisionProductAsync(ProvisionProductRequest request, AsyncHandler<ProvisionProductRequest,ProvisionProductResult> asyncHandler)
AWSServiceCatalogAsync
Provisions the specified product.
A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.
If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".
provisionProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RejectPortfolioShareResult> rejectPortfolioShareAsync(RejectPortfolioShareRequest request)
AWSServiceCatalogAsync
Rejects an offer to share the specified portfolio.
rejectPortfolioShareAsync
in interface AWSServiceCatalogAsync
public Future<RejectPortfolioShareResult> rejectPortfolioShareAsync(RejectPortfolioShareRequest request, AsyncHandler<RejectPortfolioShareRequest,RejectPortfolioShareResult> asyncHandler)
AWSServiceCatalogAsync
Rejects an offer to share the specified portfolio.
rejectPortfolioShareAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ScanProvisionedProductsResult> scanProvisionedProductsAsync(ScanProvisionedProductsRequest request)
AWSServiceCatalogAsync
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
scanProvisionedProductsAsync
in interface AWSServiceCatalogAsync
public Future<ScanProvisionedProductsResult> scanProvisionedProductsAsync(ScanProvisionedProductsRequest request, AsyncHandler<ScanProvisionedProductsRequest,ScanProvisionedProductsResult> asyncHandler)
AWSServiceCatalogAsync
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
scanProvisionedProductsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchProductsResult> searchProductsAsync(SearchProductsRequest request)
AWSServiceCatalogAsync
Gets information about the products to which the caller has access.
searchProductsAsync
in interface AWSServiceCatalogAsync
public Future<SearchProductsResult> searchProductsAsync(SearchProductsRequest request, AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the products to which the caller has access.
searchProductsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchProductsAsAdminResult> searchProductsAsAdminAsync(SearchProductsAsAdminRequest request)
AWSServiceCatalogAsync
Gets information about the products for the specified portfolio or all products.
searchProductsAsAdminAsync
in interface AWSServiceCatalogAsync
public Future<SearchProductsAsAdminResult> searchProductsAsAdminAsync(SearchProductsAsAdminRequest request, AsyncHandler<SearchProductsAsAdminRequest,SearchProductsAsAdminResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the products for the specified portfolio or all products.
searchProductsAsAdminAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchProvisionedProductsResult> searchProvisionedProductsAsync(SearchProvisionedProductsRequest request)
AWSServiceCatalogAsync
Gets information about the provisioned products that meet the specified criteria.
searchProvisionedProductsAsync
in interface AWSServiceCatalogAsync
public Future<SearchProvisionedProductsResult> searchProvisionedProductsAsync(SearchProvisionedProductsRequest request, AsyncHandler<SearchProvisionedProductsRequest,SearchProvisionedProductsResult> asyncHandler)
AWSServiceCatalogAsync
Gets information about the provisioned products that meet the specified criteria.
searchProvisionedProductsAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TerminateProvisionedProductResult> terminateProvisionedProductAsync(TerminateProvisionedProductRequest request)
AWSServiceCatalogAsync
Terminates the specified provisioned product.
This operation does not delete any records associated with the provisioned product.
You can check the status of this request using DescribeRecord.
terminateProvisionedProductAsync
in interface AWSServiceCatalogAsync
public Future<TerminateProvisionedProductResult> terminateProvisionedProductAsync(TerminateProvisionedProductRequest request, AsyncHandler<TerminateProvisionedProductRequest,TerminateProvisionedProductResult> asyncHandler)
AWSServiceCatalogAsync
Terminates the specified provisioned product.
This operation does not delete any records associated with the provisioned product.
You can check the status of this request using DescribeRecord.
terminateProvisionedProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateConstraintResult> updateConstraintAsync(UpdateConstraintRequest request)
AWSServiceCatalogAsync
Updates the specified constraint.
updateConstraintAsync
in interface AWSServiceCatalogAsync
public Future<UpdateConstraintResult> updateConstraintAsync(UpdateConstraintRequest request, AsyncHandler<UpdateConstraintRequest,UpdateConstraintResult> asyncHandler)
AWSServiceCatalogAsync
Updates the specified constraint.
updateConstraintAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePortfolioResult> updatePortfolioAsync(UpdatePortfolioRequest request)
AWSServiceCatalogAsync
Updates the specified portfolio.
You cannot update a product that was shared with you.
updatePortfolioAsync
in interface AWSServiceCatalogAsync
public Future<UpdatePortfolioResult> updatePortfolioAsync(UpdatePortfolioRequest request, AsyncHandler<UpdatePortfolioRequest,UpdatePortfolioResult> asyncHandler)
AWSServiceCatalogAsync
Updates the specified portfolio.
You cannot update a product that was shared with you.
updatePortfolioAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePortfolioShareResult> updatePortfolioShareAsync(UpdatePortfolioShareRequest request)
AWSServiceCatalogAsync
Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share.
The portfolio share cannot be updated if the CreatePortfolioShare
operation is
IN_PROGRESS
, as the share is not available to recipient entities. In this case, you must wait for
the portfolio share to be COMPLETED.
You must provide the accountId
or organization node in the input, but not both.
If the portfolio is shared to both an external account and an organization node, and both shares need to be
updated, you must invoke UpdatePortfolioShare
separately for each share type.
This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare
API for
that action.
updatePortfolioShareAsync
in interface AWSServiceCatalogAsync
public Future<UpdatePortfolioShareResult> updatePortfolioShareAsync(UpdatePortfolioShareRequest request, AsyncHandler<UpdatePortfolioShareRequest,UpdatePortfolioShareResult> asyncHandler)
AWSServiceCatalogAsync
Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share.
The portfolio share cannot be updated if the CreatePortfolioShare
operation is
IN_PROGRESS
, as the share is not available to recipient entities. In this case, you must wait for
the portfolio share to be COMPLETED.
You must provide the accountId
or organization node in the input, but not both.
If the portfolio is shared to both an external account and an organization node, and both shares need to be
updated, you must invoke UpdatePortfolioShare
separately for each share type.
This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare
API for
that action.
updatePortfolioShareAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProductResult> updateProductAsync(UpdateProductRequest request)
AWSServiceCatalogAsync
Updates the specified product.
updateProductAsync
in interface AWSServiceCatalogAsync
public Future<UpdateProductResult> updateProductAsync(UpdateProductRequest request, AsyncHandler<UpdateProductRequest,UpdateProductResult> asyncHandler)
AWSServiceCatalogAsync
Updates the specified product.
updateProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProvisionedProductResult> updateProvisionedProductAsync(UpdateProvisionedProductRequest request)
AWSServiceCatalogAsync
Requests updates to the configuration of the specified provisioned product.
If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.
You can check the status of this request using DescribeRecord.
updateProvisionedProductAsync
in interface AWSServiceCatalogAsync
public Future<UpdateProvisionedProductResult> updateProvisionedProductAsync(UpdateProvisionedProductRequest request, AsyncHandler<UpdateProvisionedProductRequest,UpdateProvisionedProductResult> asyncHandler)
AWSServiceCatalogAsync
Requests updates to the configuration of the specified provisioned product.
If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.
You can check the status of this request using DescribeRecord.
updateProvisionedProductAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProvisionedProductPropertiesResult> updateProvisionedProductPropertiesAsync(UpdateProvisionedProductPropertiesRequest request)
AWSServiceCatalogAsync
Requests updates to the properties of the specified provisioned product.
updateProvisionedProductPropertiesAsync
in interface AWSServiceCatalogAsync
public Future<UpdateProvisionedProductPropertiesResult> updateProvisionedProductPropertiesAsync(UpdateProvisionedProductPropertiesRequest request, AsyncHandler<UpdateProvisionedProductPropertiesRequest,UpdateProvisionedProductPropertiesResult> asyncHandler)
AWSServiceCatalogAsync
Requests updates to the properties of the specified provisioned product.
updateProvisionedProductPropertiesAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProvisioningArtifactResult> updateProvisioningArtifactAsync(UpdateProvisioningArtifactRequest request)
AWSServiceCatalogAsync
Updates the specified provisioning artifact (also known as a version) for the specified product.
You cannot update a provisioning artifact for a product that was shared with you.
updateProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
public Future<UpdateProvisioningArtifactResult> updateProvisioningArtifactAsync(UpdateProvisioningArtifactRequest request, AsyncHandler<UpdateProvisioningArtifactRequest,UpdateProvisioningArtifactResult> asyncHandler)
AWSServiceCatalogAsync
Updates the specified provisioning artifact (also known as a version) for the specified product.
You cannot update a provisioning artifact for a product that was shared with you.
updateProvisioningArtifactAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateServiceActionResult> updateServiceActionAsync(UpdateServiceActionRequest request)
AWSServiceCatalogAsync
Updates a self-service action.
updateServiceActionAsync
in interface AWSServiceCatalogAsync
public Future<UpdateServiceActionResult> updateServiceActionAsync(UpdateServiceActionRequest request, AsyncHandler<UpdateServiceActionRequest,UpdateServiceActionResult> asyncHandler)
AWSServiceCatalogAsync
Updates a self-service action.
updateServiceActionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTagOptionResult> updateTagOptionAsync(UpdateTagOptionRequest request)
AWSServiceCatalogAsync
Updates the specified TagOption.
updateTagOptionAsync
in interface AWSServiceCatalogAsync
public Future<UpdateTagOptionResult> updateTagOptionAsync(UpdateTagOptionRequest request, AsyncHandler<UpdateTagOptionRequest,UpdateTagOptionResult> asyncHandler)
AWSServiceCatalogAsync
Updates the specified TagOption.
updateTagOptionAsync
in interface AWSServiceCatalogAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.