@Generated(value="software.amazon.awssdk:codegen") public interface ServiceCatalogClient extends SdkClient
builder()
method.
AWS Service Catalog enables organizations to create and manage catalogs of IT services that are approved for use on AWS. To get the most out of this documentation, you should be familiar with the terminology discussed in AWS Service Catalog Concepts.
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default AcceptPortfolioShareResponse |
acceptPortfolioShare(AcceptPortfolioShareRequest acceptPortfolioShareRequest)
Accepts an offer to share the specified portfolio.
|
default AcceptPortfolioShareResponse |
acceptPortfolioShare(Consumer<AcceptPortfolioShareRequest.Builder> acceptPortfolioShareRequest)
Accepts an offer to share the specified portfolio.
|
default AssociatePrincipalWithPortfolioResponse |
associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest associatePrincipalWithPortfolioRequest)
Associates the specified principal ARN with the specified portfolio.
|
default AssociatePrincipalWithPortfolioResponse |
associatePrincipalWithPortfolio(Consumer<AssociatePrincipalWithPortfolioRequest.Builder> associatePrincipalWithPortfolioRequest)
Associates the specified principal ARN with the specified portfolio.
|
default AssociateProductWithPortfolioResponse |
associateProductWithPortfolio(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest)
Associates the specified product with the specified portfolio.
|
default AssociateProductWithPortfolioResponse |
associateProductWithPortfolio(Consumer<AssociateProductWithPortfolioRequest.Builder> associateProductWithPortfolioRequest)
Associates the specified product with the specified portfolio.
|
default AssociateServiceActionWithProvisioningArtifactResponse |
associateServiceActionWithProvisioningArtifact(AssociateServiceActionWithProvisioningArtifactRequest associateServiceActionWithProvisioningArtifactRequest)
Associates a self-service action with a provisioning artifact.
|
default AssociateServiceActionWithProvisioningArtifactResponse |
associateServiceActionWithProvisioningArtifact(Consumer<AssociateServiceActionWithProvisioningArtifactRequest.Builder> associateServiceActionWithProvisioningArtifactRequest)
Associates a self-service action with a provisioning artifact.
|
default AssociateTagOptionWithResourceResponse |
associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
|
default AssociateTagOptionWithResourceResponse |
associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
|
default BatchAssociateServiceActionWithProvisioningArtifactResponse |
batchAssociateServiceActionWithProvisioningArtifact(BatchAssociateServiceActionWithProvisioningArtifactRequest batchAssociateServiceActionWithProvisioningArtifactRequest)
Associates multiple self-service actions with provisioning artifacts.
|
default BatchAssociateServiceActionWithProvisioningArtifactResponse |
batchAssociateServiceActionWithProvisioningArtifact(Consumer<BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder> batchAssociateServiceActionWithProvisioningArtifactRequest)
Associates multiple self-service actions with provisioning artifacts.
|
default BatchDisassociateServiceActionFromProvisioningArtifactResponse |
batchDisassociateServiceActionFromProvisioningArtifact(BatchDisassociateServiceActionFromProvisioningArtifactRequest batchDisassociateServiceActionFromProvisioningArtifactRequest)
Disassociates a batch of self-service actions from the specified provisioning artifact.
|
default BatchDisassociateServiceActionFromProvisioningArtifactResponse |
batchDisassociateServiceActionFromProvisioningArtifact(Consumer<BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder> batchDisassociateServiceActionFromProvisioningArtifactRequest)
Disassociates a batch of self-service actions from the specified provisioning artifact.
|
static ServiceCatalogClientBuilder |
builder()
Create a builder that can be used to configure and create a
ServiceCatalogClient . |
default CopyProductResponse |
copyProduct(Consumer<CopyProductRequest.Builder> copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
default CopyProductResponse |
copyProduct(CopyProductRequest copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
static ServiceCatalogClient |
create()
Create a
ServiceCatalogClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CreateConstraintResponse |
createConstraint(Consumer<CreateConstraintRequest.Builder> createConstraintRequest)
Creates a constraint.
|
default CreateConstraintResponse |
createConstraint(CreateConstraintRequest createConstraintRequest)
Creates a constraint.
|
default CreatePortfolioResponse |
createPortfolio(Consumer<CreatePortfolioRequest.Builder> createPortfolioRequest)
Creates a portfolio.
|
default CreatePortfolioResponse |
createPortfolio(CreatePortfolioRequest createPortfolioRequest)
Creates a portfolio.
|
default CreatePortfolioShareResponse |
createPortfolioShare(Consumer<CreatePortfolioShareRequest.Builder> createPortfolioShareRequest)
Shares the specified portfolio with the specified account or organization node.
|
default CreatePortfolioShareResponse |
createPortfolioShare(CreatePortfolioShareRequest createPortfolioShareRequest)
Shares the specified portfolio with the specified account or organization node.
|
default CreateProductResponse |
createProduct(Consumer<CreateProductRequest.Builder> createProductRequest)
Creates a product.
|
default CreateProductResponse |
createProduct(CreateProductRequest createProductRequest)
Creates a product.
|
default CreateProvisionedProductPlanResponse |
createProvisionedProductPlan(Consumer<CreateProvisionedProductPlanRequest.Builder> createProvisionedProductPlanRequest)
Creates a plan.
|
default CreateProvisionedProductPlanResponse |
createProvisionedProductPlan(CreateProvisionedProductPlanRequest createProvisionedProductPlanRequest)
Creates a plan.
|
default CreateProvisioningArtifactResponse |
createProvisioningArtifact(Consumer<CreateProvisioningArtifactRequest.Builder> createProvisioningArtifactRequest)
Creates a provisioning artifact (also known as a version) for the specified product.
|
default CreateProvisioningArtifactResponse |
createProvisioningArtifact(CreateProvisioningArtifactRequest createProvisioningArtifactRequest)
Creates a provisioning artifact (also known as a version) for the specified product.
|
default CreateServiceActionResponse |
createServiceAction(Consumer<CreateServiceActionRequest.Builder> createServiceActionRequest)
Creates a self-service action.
|
default CreateServiceActionResponse |
createServiceAction(CreateServiceActionRequest createServiceActionRequest)
Creates a self-service action.
|
default CreateTagOptionResponse |
createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest)
Creates a TagOption.
|
default CreateTagOptionResponse |
createTagOption(CreateTagOptionRequest createTagOptionRequest)
Creates a TagOption.
|
default DeleteConstraintResponse |
deleteConstraint(Consumer<DeleteConstraintRequest.Builder> deleteConstraintRequest)
Deletes the specified constraint.
|
default DeleteConstraintResponse |
deleteConstraint(DeleteConstraintRequest deleteConstraintRequest)
Deletes the specified constraint.
|
default DeletePortfolioResponse |
deletePortfolio(Consumer<DeletePortfolioRequest.Builder> deletePortfolioRequest)
Deletes the specified portfolio.
|
default DeletePortfolioResponse |
deletePortfolio(DeletePortfolioRequest deletePortfolioRequest)
Deletes the specified portfolio.
|
default DeletePortfolioShareResponse |
deletePortfolioShare(Consumer<DeletePortfolioShareRequest.Builder> deletePortfolioShareRequest)
Stops sharing the specified portfolio with the specified account or organization node.
|
default DeletePortfolioShareResponse |
deletePortfolioShare(DeletePortfolioShareRequest deletePortfolioShareRequest)
Stops sharing the specified portfolio with the specified account or organization node.
|
default DeleteProductResponse |
deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest)
Deletes the specified product.
|
default DeleteProductResponse |
deleteProduct(DeleteProductRequest deleteProductRequest)
Deletes the specified product.
|
default DeleteProvisionedProductPlanResponse |
deleteProvisionedProductPlan(Consumer<DeleteProvisionedProductPlanRequest.Builder> deleteProvisionedProductPlanRequest)
Deletes the specified plan.
|
default DeleteProvisionedProductPlanResponse |
deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest deleteProvisionedProductPlanRequest)
Deletes the specified plan.
|
default DeleteProvisioningArtifactResponse |
deleteProvisioningArtifact(Consumer<DeleteProvisioningArtifactRequest.Builder> deleteProvisioningArtifactRequest)
Deletes the specified provisioning artifact (also known as a version) for the specified product.
|
default DeleteProvisioningArtifactResponse |
deleteProvisioningArtifact(DeleteProvisioningArtifactRequest deleteProvisioningArtifactRequest)
Deletes the specified provisioning artifact (also known as a version) for the specified product.
|
default DeleteServiceActionResponse |
deleteServiceAction(Consumer<DeleteServiceActionRequest.Builder> deleteServiceActionRequest)
Deletes a self-service action.
|
default DeleteServiceActionResponse |
deleteServiceAction(DeleteServiceActionRequest deleteServiceActionRequest)
Deletes a self-service action.
|
default DeleteTagOptionResponse |
deleteTagOption(Consumer<DeleteTagOptionRequest.Builder> deleteTagOptionRequest)
Deletes the specified TagOption.
|
default DeleteTagOptionResponse |
deleteTagOption(DeleteTagOptionRequest deleteTagOptionRequest)
Deletes the specified TagOption.
|
default DescribeConstraintResponse |
describeConstraint(Consumer<DescribeConstraintRequest.Builder> describeConstraintRequest)
Gets information about the specified constraint.
|
default DescribeConstraintResponse |
describeConstraint(DescribeConstraintRequest describeConstraintRequest)
Gets information about the specified constraint.
|
default DescribeCopyProductStatusResponse |
describeCopyProductStatus(Consumer<DescribeCopyProductStatusRequest.Builder> describeCopyProductStatusRequest)
Gets the status of the specified copy product operation.
|
default DescribeCopyProductStatusResponse |
describeCopyProductStatus(DescribeCopyProductStatusRequest describeCopyProductStatusRequest)
Gets the status of the specified copy product operation.
|
default DescribePortfolioResponse |
describePortfolio(Consumer<DescribePortfolioRequest.Builder> describePortfolioRequest)
Gets information about the specified portfolio.
|
default DescribePortfolioResponse |
describePortfolio(DescribePortfolioRequest describePortfolioRequest)
Gets information about the specified portfolio.
|
default DescribePortfolioShareStatusResponse |
describePortfolioShareStatus(Consumer<DescribePortfolioShareStatusRequest.Builder> describePortfolioShareStatusRequest)
Gets the status of the specified portfolio share operation.
|
default DescribePortfolioShareStatusResponse |
describePortfolioShareStatus(DescribePortfolioShareStatusRequest describePortfolioShareStatusRequest)
Gets the status of the specified portfolio share operation.
|
default DescribeProductResponse |
describeProduct(Consumer<DescribeProductRequest.Builder> describeProductRequest)
Gets information about the specified product.
|
default DescribeProductResponse |
describeProduct(DescribeProductRequest describeProductRequest)
Gets information about the specified product.
|
default DescribeProductAsAdminResponse |
describeProductAsAdmin(Consumer<DescribeProductAsAdminRequest.Builder> describeProductAsAdminRequest)
Gets information about the specified product.
|
default DescribeProductAsAdminResponse |
describeProductAsAdmin(DescribeProductAsAdminRequest describeProductAsAdminRequest)
Gets information about the specified product.
|
default DescribeProductViewResponse |
describeProductView(Consumer<DescribeProductViewRequest.Builder> describeProductViewRequest)
Gets information about the specified product.
|
default DescribeProductViewResponse |
describeProductView(DescribeProductViewRequest describeProductViewRequest)
Gets information about the specified product.
|
default DescribeProvisionedProductResponse |
describeProvisionedProduct(Consumer<DescribeProvisionedProductRequest.Builder> describeProvisionedProductRequest)
Gets information about the specified provisioned product.
|
default DescribeProvisionedProductResponse |
describeProvisionedProduct(DescribeProvisionedProductRequest describeProvisionedProductRequest)
Gets information about the specified provisioned product.
|
default DescribeProvisionedProductPlanResponse |
describeProvisionedProductPlan(Consumer<DescribeProvisionedProductPlanRequest.Builder> describeProvisionedProductPlanRequest)
Gets information about the resource changes for the specified plan.
|
default DescribeProvisionedProductPlanResponse |
describeProvisionedProductPlan(DescribeProvisionedProductPlanRequest describeProvisionedProductPlanRequest)
Gets information about the resource changes for the specified plan.
|
default DescribeProvisioningArtifactResponse |
describeProvisioningArtifact(Consumer<DescribeProvisioningArtifactRequest.Builder> describeProvisioningArtifactRequest)
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
|
default DescribeProvisioningArtifactResponse |
describeProvisioningArtifact(DescribeProvisioningArtifactRequest describeProvisioningArtifactRequest)
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
|
default DescribeProvisioningParametersResponse |
describeProvisioningParameters(Consumer<DescribeProvisioningParametersRequest.Builder> describeProvisioningParametersRequest)
Gets information about the configuration required to provision the specified product using the specified
provisioning artifact.
|
default DescribeProvisioningParametersResponse |
describeProvisioningParameters(DescribeProvisioningParametersRequest describeProvisioningParametersRequest)
Gets information about the configuration required to provision the specified product using the specified
provisioning artifact.
|
default DescribeRecordResponse |
describeRecord(Consumer<DescribeRecordRequest.Builder> describeRecordRequest)
Gets information about the specified request operation.
|
default DescribeRecordResponse |
describeRecord(DescribeRecordRequest describeRecordRequest)
Gets information about the specified request operation.
|
default DescribeServiceActionResponse |
describeServiceAction(Consumer<DescribeServiceActionRequest.Builder> describeServiceActionRequest)
Describes a self-service action.
|
default DescribeServiceActionResponse |
describeServiceAction(DescribeServiceActionRequest describeServiceActionRequest)
Describes a self-service action.
|
default DescribeTagOptionResponse |
describeTagOption(Consumer<DescribeTagOptionRequest.Builder> describeTagOptionRequest)
Gets information about the specified TagOption.
|
default DescribeTagOptionResponse |
describeTagOption(DescribeTagOptionRequest describeTagOptionRequest)
Gets information about the specified TagOption.
|
default DisableAwsOrganizationsAccessResponse |
disableAWSOrganizationsAccess(Consumer<DisableAwsOrganizationsAccessRequest.Builder> disableAwsOrganizationsAccessRequest)
Disable portfolio sharing through AWS Organizations feature.
|
default DisableAwsOrganizationsAccessResponse |
disableAWSOrganizationsAccess(DisableAwsOrganizationsAccessRequest disableAwsOrganizationsAccessRequest)
Disable portfolio sharing through AWS Organizations feature.
|
default DisassociatePrincipalFromPortfolioResponse |
disassociatePrincipalFromPortfolio(Consumer<DisassociatePrincipalFromPortfolioRequest.Builder> disassociatePrincipalFromPortfolioRequest)
Disassociates a previously associated principal ARN from a specified portfolio.
|
default DisassociatePrincipalFromPortfolioResponse |
disassociatePrincipalFromPortfolio(DisassociatePrincipalFromPortfolioRequest disassociatePrincipalFromPortfolioRequest)
Disassociates a previously associated principal ARN from a specified portfolio.
|
default DisassociateProductFromPortfolioResponse |
disassociateProductFromPortfolio(Consumer<DisassociateProductFromPortfolioRequest.Builder> disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
|
default DisassociateProductFromPortfolioResponse |
disassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
|
default DisassociateServiceActionFromProvisioningArtifactResponse |
disassociateServiceActionFromProvisioningArtifact(Consumer<DisassociateServiceActionFromProvisioningArtifactRequest.Builder> disassociateServiceActionFromProvisioningArtifactRequest)
Disassociates the specified self-service action association from the specified provisioning artifact.
|
default DisassociateServiceActionFromProvisioningArtifactResponse |
disassociateServiceActionFromProvisioningArtifact(DisassociateServiceActionFromProvisioningArtifactRequest disassociateServiceActionFromProvisioningArtifactRequest)
Disassociates the specified self-service action association from the specified provisioning artifact.
|
default DisassociateTagOptionFromResourceResponse |
disassociateTagOptionFromResource(Consumer<DisassociateTagOptionFromResourceRequest.Builder> disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
|
default DisassociateTagOptionFromResourceResponse |
disassociateTagOptionFromResource(DisassociateTagOptionFromResourceRequest disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
|
default EnableAwsOrganizationsAccessResponse |
enableAWSOrganizationsAccess(Consumer<EnableAwsOrganizationsAccessRequest.Builder> enableAwsOrganizationsAccessRequest)
Enable portfolio sharing feature through AWS Organizations.
|
default EnableAwsOrganizationsAccessResponse |
enableAWSOrganizationsAccess(EnableAwsOrganizationsAccessRequest enableAwsOrganizationsAccessRequest)
Enable portfolio sharing feature through AWS Organizations.
|
default ExecuteProvisionedProductPlanResponse |
executeProvisionedProductPlan(Consumer<ExecuteProvisionedProductPlanRequest.Builder> executeProvisionedProductPlanRequest)
Provisions or modifies a product based on the resource changes for the specified plan.
|
default ExecuteProvisionedProductPlanResponse |
executeProvisionedProductPlan(ExecuteProvisionedProductPlanRequest executeProvisionedProductPlanRequest)
Provisions or modifies a product based on the resource changes for the specified plan.
|
default ExecuteProvisionedProductServiceActionResponse |
executeProvisionedProductServiceAction(Consumer<ExecuteProvisionedProductServiceActionRequest.Builder> executeProvisionedProductServiceActionRequest)
Executes a self-service action against a provisioned product.
|
default ExecuteProvisionedProductServiceActionResponse |
executeProvisionedProductServiceAction(ExecuteProvisionedProductServiceActionRequest executeProvisionedProductServiceActionRequest)
Executes a self-service action against a provisioned product.
|
default GetAwsOrganizationsAccessStatusResponse |
getAWSOrganizationsAccessStatus()
Get the Access Status for AWS Organization portfolio share feature.
|
default GetAwsOrganizationsAccessStatusResponse |
getAWSOrganizationsAccessStatus(Consumer<GetAwsOrganizationsAccessStatusRequest.Builder> getAwsOrganizationsAccessStatusRequest)
Get the Access Status for AWS Organization portfolio share feature.
|
default GetAwsOrganizationsAccessStatusResponse |
getAWSOrganizationsAccessStatus(GetAwsOrganizationsAccessStatusRequest getAwsOrganizationsAccessStatusRequest)
Get the Access Status for AWS Organization portfolio share feature.
|
default ListAcceptedPortfolioSharesResponse |
listAcceptedPortfolioShares()
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesResponse |
listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesResponse |
listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesIterable |
listAcceptedPortfolioSharesPaginator()
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesIterable |
listAcceptedPortfolioSharesPaginator(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesIterable |
listAcceptedPortfolioSharesPaginator(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default ListConstraintsForPortfolioResponse |
listConstraintsForPortfolio(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioResponse |
listConstraintsForPortfolio(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioIterable |
listConstraintsForPortfolioPaginator(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioIterable |
listConstraintsForPortfolioPaginator(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListLaunchPathsResponse |
listLaunchPaths(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest)
Lists the paths to the specified product.
|
default ListLaunchPathsResponse |
listLaunchPaths(ListLaunchPathsRequest listLaunchPathsRequest)
Lists the paths to the specified product.
|
default ListLaunchPathsIterable |
listLaunchPathsPaginator(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest)
Lists the paths to the specified product.
|
default ListLaunchPathsIterable |
listLaunchPathsPaginator(ListLaunchPathsRequest listLaunchPathsRequest)
Lists the paths to the specified product.
|
default ListOrganizationPortfolioAccessResponse |
listOrganizationPortfolioAccess(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default ListOrganizationPortfolioAccessResponse |
listOrganizationPortfolioAccess(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default ListOrganizationPortfolioAccessIterable |
listOrganizationPortfolioAccessPaginator(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default ListOrganizationPortfolioAccessIterable |
listOrganizationPortfolioAccessPaginator(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default ListPortfolioAccessResponse |
listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default ListPortfolioAccessResponse |
listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default ListPortfoliosResponse |
listPortfolios()
Lists all portfolios in the catalog.
|
default ListPortfoliosResponse |
listPortfolios(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default ListPortfoliosResponse |
listPortfolios(ListPortfoliosRequest listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default ListPortfoliosForProductResponse |
listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosForProductResponse |
listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosForProductIterable |
listPortfoliosForProductPaginator(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosForProductIterable |
listPortfoliosForProductPaginator(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosIterable |
listPortfoliosPaginator()
Lists all portfolios in the catalog.
|
default ListPortfoliosIterable |
listPortfoliosPaginator(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default ListPortfoliosIterable |
listPortfoliosPaginator(ListPortfoliosRequest listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default ListPrincipalsForPortfolioResponse |
listPrincipalsForPortfolio(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default ListPrincipalsForPortfolioResponse |
listPrincipalsForPortfolio(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default ListPrincipalsForPortfolioIterable |
listPrincipalsForPortfolioPaginator(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default ListPrincipalsForPortfolioIterable |
listPrincipalsForPortfolioPaginator(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default ListProvisionedProductPlansResponse |
listProvisionedProductPlans()
Lists the plans for the specified provisioned product or all plans to which the user has access.
|
default ListProvisionedProductPlansResponse |
listProvisionedProductPlans(Consumer<ListProvisionedProductPlansRequest.Builder> listProvisionedProductPlansRequest)
Lists the plans for the specified provisioned product or all plans to which the user has access.
|
default ListProvisionedProductPlansResponse |
listProvisionedProductPlans(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest)
Lists the plans for the specified provisioned product or all plans to which the user has access.
|
default ListProvisioningArtifactsResponse |
listProvisioningArtifacts(Consumer<ListProvisioningArtifactsRequest.Builder> listProvisioningArtifactsRequest)
Lists all provisioning artifacts (also known as versions) for the specified product.
|
default ListProvisioningArtifactsResponse |
listProvisioningArtifacts(ListProvisioningArtifactsRequest listProvisioningArtifactsRequest)
Lists all provisioning artifacts (also known as versions) for the specified product.
|
default ListProvisioningArtifactsForServiceActionResponse |
listProvisioningArtifactsForServiceAction(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default ListProvisioningArtifactsForServiceActionResponse |
listProvisioningArtifactsForServiceAction(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default ListProvisioningArtifactsForServiceActionIterable |
listProvisioningArtifactsForServiceActionPaginator(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default ListProvisioningArtifactsForServiceActionIterable |
listProvisioningArtifactsForServiceActionPaginator(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default ListRecordHistoryResponse |
listRecordHistory()
Lists the specified requests or all performed requests.
|
default ListRecordHistoryResponse |
listRecordHistory(Consumer<ListRecordHistoryRequest.Builder> listRecordHistoryRequest)
Lists the specified requests or all performed requests.
|
default ListRecordHistoryResponse |
listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest)
Lists the specified requests or all performed requests.
|
default ListResourcesForTagOptionResponse |
listResourcesForTagOption(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionResponse |
listResourcesForTagOption(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionIterable |
listResourcesForTagOptionPaginator(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionIterable |
listResourcesForTagOptionPaginator(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListServiceActionsResponse |
listServiceActions()
Lists all self-service actions.
|
default ListServiceActionsResponse |
listServiceActions(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest)
Lists all self-service actions.
|
default ListServiceActionsResponse |
listServiceActions(ListServiceActionsRequest listServiceActionsRequest)
Lists all self-service actions.
|
default ListServiceActionsForProvisioningArtifactResponse |
listServiceActionsForProvisioningArtifact(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsForProvisioningArtifactResponse |
listServiceActionsForProvisioningArtifact(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsForProvisioningArtifactIterable |
listServiceActionsForProvisioningArtifactPaginator(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsForProvisioningArtifactIterable |
listServiceActionsForProvisioningArtifactPaginator(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsIterable |
listServiceActionsPaginator()
Lists all self-service actions.
|
default ListServiceActionsIterable |
listServiceActionsPaginator(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest)
Lists all self-service actions.
|
default ListServiceActionsIterable |
listServiceActionsPaginator(ListServiceActionsRequest listServiceActionsRequest)
Lists all self-service actions.
|
default ListTagOptionsResponse |
listTagOptions()
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsResponse |
listTagOptions(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsResponse |
listTagOptions(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsIterable |
listTagOptionsPaginator()
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsIterable |
listTagOptionsPaginator(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsIterable |
listTagOptionsPaginator(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ProvisionProductResponse |
provisionProduct(Consumer<ProvisionProductRequest.Builder> provisionProductRequest)
Provisions the specified product.
|
default ProvisionProductResponse |
provisionProduct(ProvisionProductRequest provisionProductRequest)
Provisions the specified product.
|
default RejectPortfolioShareResponse |
rejectPortfolioShare(Consumer<RejectPortfolioShareRequest.Builder> rejectPortfolioShareRequest)
Rejects an offer to share the specified portfolio.
|
default RejectPortfolioShareResponse |
rejectPortfolioShare(RejectPortfolioShareRequest rejectPortfolioShareRequest)
Rejects an offer to share the specified portfolio.
|
default ScanProvisionedProductsResponse |
scanProvisionedProducts()
Lists the provisioned products that are available (not terminated).
|
default ScanProvisionedProductsResponse |
scanProvisionedProducts(Consumer<ScanProvisionedProductsRequest.Builder> scanProvisionedProductsRequest)
Lists the provisioned products that are available (not terminated).
|
default ScanProvisionedProductsResponse |
scanProvisionedProducts(ScanProvisionedProductsRequest scanProvisionedProductsRequest)
Lists the provisioned products that are available (not terminated).
|
default SearchProductsResponse |
searchProducts()
Gets information about the products to which the caller has access.
|
default SearchProductsResponse |
searchProducts(Consumer<SearchProductsRequest.Builder> searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsResponse |
searchProducts(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsAsAdminResponse |
searchProductsAsAdmin()
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminResponse |
searchProductsAsAdmin(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminResponse |
searchProductsAsAdmin(SearchProductsAsAdminRequest searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminIterable |
searchProductsAsAdminPaginator()
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminIterable |
searchProductsAsAdminPaginator(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminIterable |
searchProductsAsAdminPaginator(SearchProductsAsAdminRequest searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsIterable |
searchProductsPaginator()
Gets information about the products to which the caller has access.
|
default SearchProductsIterable |
searchProductsPaginator(Consumer<SearchProductsRequest.Builder> searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsIterable |
searchProductsPaginator(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProvisionedProductsResponse |
searchProvisionedProducts()
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsResponse |
searchProvisionedProducts(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsResponse |
searchProvisionedProducts(SearchProvisionedProductsRequest searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsIterable |
searchProvisionedProductsPaginator()
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsIterable |
searchProvisionedProductsPaginator(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsIterable |
searchProvisionedProductsPaginator(SearchProvisionedProductsRequest searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
static ServiceMetadata |
serviceMetadata() |
default TerminateProvisionedProductResponse |
terminateProvisionedProduct(Consumer<TerminateProvisionedProductRequest.Builder> terminateProvisionedProductRequest)
Terminates the specified provisioned product.
|
default TerminateProvisionedProductResponse |
terminateProvisionedProduct(TerminateProvisionedProductRequest terminateProvisionedProductRequest)
Terminates the specified provisioned product.
|
default UpdateConstraintResponse |
updateConstraint(Consumer<UpdateConstraintRequest.Builder> updateConstraintRequest)
Updates the specified constraint.
|
default UpdateConstraintResponse |
updateConstraint(UpdateConstraintRequest updateConstraintRequest)
Updates the specified constraint.
|
default UpdatePortfolioResponse |
updatePortfolio(Consumer<UpdatePortfolioRequest.Builder> updatePortfolioRequest)
Updates the specified portfolio.
|
default UpdatePortfolioResponse |
updatePortfolio(UpdatePortfolioRequest updatePortfolioRequest)
Updates the specified portfolio.
|
default UpdateProductResponse |
updateProduct(Consumer<UpdateProductRequest.Builder> updateProductRequest)
Updates the specified product.
|
default UpdateProductResponse |
updateProduct(UpdateProductRequest updateProductRequest)
Updates the specified product.
|
default UpdateProvisionedProductResponse |
updateProvisionedProduct(Consumer<UpdateProvisionedProductRequest.Builder> updateProvisionedProductRequest)
Requests updates to the configuration of the specified provisioned product.
|
default UpdateProvisionedProductResponse |
updateProvisionedProduct(UpdateProvisionedProductRequest updateProvisionedProductRequest)
Requests updates to the configuration of the specified provisioned product.
|
default UpdateProvisioningArtifactResponse |
updateProvisioningArtifact(Consumer<UpdateProvisioningArtifactRequest.Builder> updateProvisioningArtifactRequest)
Updates the specified provisioning artifact (also known as a version) for the specified product.
|
default UpdateProvisioningArtifactResponse |
updateProvisioningArtifact(UpdateProvisioningArtifactRequest updateProvisioningArtifactRequest)
Updates the specified provisioning artifact (also known as a version) for the specified product.
|
default UpdateServiceActionResponse |
updateServiceAction(Consumer<UpdateServiceActionRequest.Builder> updateServiceActionRequest)
Updates a self-service action.
|
default UpdateServiceActionResponse |
updateServiceAction(UpdateServiceActionRequest updateServiceActionRequest)
Updates a self-service action.
|
default UpdateTagOptionResponse |
updateTagOption(Consumer<UpdateTagOptionRequest.Builder> updateTagOptionRequest)
Updates the specified TagOption.
|
default UpdateTagOptionResponse |
updateTagOption(UpdateTagOptionRequest updateTagOptionRequest)
Updates the specified TagOption.
|
serviceName
close
static final String SERVICE_NAME
static ServiceCatalogClient create()
ServiceCatalogClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static ServiceCatalogClientBuilder builder()
ServiceCatalogClient
.default AcceptPortfolioShareResponse acceptPortfolioShare(AcceptPortfolioShareRequest acceptPortfolioShareRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Accepts an offer to share the specified portfolio.
acceptPortfolioShareRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptPortfolioShareResponse acceptPortfolioShare(Consumer<AcceptPortfolioShareRequest.Builder> acceptPortfolioShareRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Accepts an offer to share the specified portfolio.
This is a convenience which creates an instance of the AcceptPortfolioShareRequest.Builder
avoiding the
need to create one manually via AcceptPortfolioShareRequest.builder()
acceptPortfolioShareRequest
- A Consumer
that will call methods on AcceptPortfolioShareInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociatePrincipalWithPortfolioResponse associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest associatePrincipalWithPortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates the specified principal ARN with the specified portfolio.
associatePrincipalWithPortfolioRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociatePrincipalWithPortfolioResponse associatePrincipalWithPortfolio(Consumer<AssociatePrincipalWithPortfolioRequest.Builder> associatePrincipalWithPortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates the specified principal ARN with the specified portfolio.
This is a convenience which creates an instance of the AssociatePrincipalWithPortfolioRequest.Builder
avoiding the need to create one manually via AssociatePrincipalWithPortfolioRequest.builder()
associatePrincipalWithPortfolioRequest
- A Consumer
that will call methods on AssociatePrincipalWithPortfolioInput.Builder
to
create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateProductWithPortfolioResponse associateProductWithPortfolio(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates the specified product with the specified portfolio.
associateProductWithPortfolioRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateProductWithPortfolioResponse associateProductWithPortfolio(Consumer<AssociateProductWithPortfolioRequest.Builder> associateProductWithPortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates the specified product with the specified portfolio.
This is a convenience which creates an instance of the AssociateProductWithPortfolioRequest.Builder
avoiding the need to create one manually via AssociateProductWithPortfolioRequest.builder()
associateProductWithPortfolioRequest
- A Consumer
that will call methods on AssociateProductWithPortfolioInput.Builder
to create
a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateServiceActionWithProvisioningArtifactResponse associateServiceActionWithProvisioningArtifact(AssociateServiceActionWithProvisioningArtifactRequest associateServiceActionWithProvisioningArtifactRequest) throws ResourceNotFoundException, DuplicateResourceException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates a self-service action with a provisioning artifact.
associateServiceActionWithProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.DuplicateResourceException
- The specified resource is a duplicate.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateServiceActionWithProvisioningArtifactResponse associateServiceActionWithProvisioningArtifact(Consumer<AssociateServiceActionWithProvisioningArtifactRequest.Builder> associateServiceActionWithProvisioningArtifactRequest) throws ResourceNotFoundException, DuplicateResourceException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates a self-service action with a provisioning artifact.
This is a convenience which creates an instance of the
AssociateServiceActionWithProvisioningArtifactRequest.Builder
avoiding the need to create one manually
via AssociateServiceActionWithProvisioningArtifactRequest.builder()
associateServiceActionWithProvisioningArtifactRequest
- A Consumer
that will call methods on
AssociateServiceActionWithProvisioningArtifactInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.DuplicateResourceException
- The specified resource is a duplicate.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateTagOptionWithResourceResponse associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, InvalidParametersException, LimitExceededException, DuplicateResourceException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
Associate the specified TagOption with the specified portfolio or product.
associateTagOptionWithResourceRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.DuplicateResourceException
- The specified resource is a duplicate.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateTagOptionWithResourceResponse associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, InvalidParametersException, LimitExceededException, DuplicateResourceException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
Associate the specified TagOption with the specified portfolio or product.
This is a convenience which creates an instance of the AssociateTagOptionWithResourceRequest.Builder
avoiding the need to create one manually via AssociateTagOptionWithResourceRequest.builder()
associateTagOptionWithResourceRequest
- A Consumer
that will call methods on AssociateTagOptionWithResourceInput.Builder
to create
a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.DuplicateResourceException
- The specified resource is a duplicate.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BatchAssociateServiceActionWithProvisioningArtifactResponse batchAssociateServiceActionWithProvisioningArtifact(BatchAssociateServiceActionWithProvisioningArtifactRequest batchAssociateServiceActionWithProvisioningArtifactRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates multiple self-service actions with provisioning artifacts.
batchAssociateServiceActionWithProvisioningArtifactRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BatchAssociateServiceActionWithProvisioningArtifactResponse batchAssociateServiceActionWithProvisioningArtifact(Consumer<BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder> batchAssociateServiceActionWithProvisioningArtifactRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Associates multiple self-service actions with provisioning artifacts.
This is a convenience which creates an instance of the
BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder
avoiding the need to create one
manually via BatchAssociateServiceActionWithProvisioningArtifactRequest.builder()
batchAssociateServiceActionWithProvisioningArtifactRequest
- A Consumer
that will call methods on
BatchAssociateServiceActionWithProvisioningArtifactInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BatchDisassociateServiceActionFromProvisioningArtifactResponse batchDisassociateServiceActionFromProvisioningArtifact(BatchDisassociateServiceActionFromProvisioningArtifactRequest batchDisassociateServiceActionFromProvisioningArtifactRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates a batch of self-service actions from the specified provisioning artifact.
batchDisassociateServiceActionFromProvisioningArtifactRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BatchDisassociateServiceActionFromProvisioningArtifactResponse batchDisassociateServiceActionFromProvisioningArtifact(Consumer<BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder> batchDisassociateServiceActionFromProvisioningArtifactRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates a batch of self-service actions from the specified provisioning artifact.
This is a convenience which creates an instance of the
BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder
avoiding the need to create one
manually via BatchDisassociateServiceActionFromProvisioningArtifactRequest.builder()
batchDisassociateServiceActionFromProvisioningArtifactRequest
- A Consumer
that will call methods on
BatchDisassociateServiceActionFromProvisioningArtifactInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopyProductResponse copyProduct(CopyProductRequest copyProductRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
copyProductRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopyProductResponse copyProduct(Consumer<CopyProductRequest.Builder> copyProductRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the CopyProductRequest.Builder
avoiding the need to
create one manually via CopyProductRequest.builder()
copyProductRequest
- A Consumer
that will call methods on CopyProductInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateConstraintResponse createConstraint(CreateConstraintRequest createConstraintRequest) throws ResourceNotFoundException, InvalidParametersException, LimitExceededException, DuplicateResourceException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a constraint.
createConstraintRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.DuplicateResourceException
- The specified resource is a duplicate.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateConstraintResponse createConstraint(Consumer<CreateConstraintRequest.Builder> createConstraintRequest) throws ResourceNotFoundException, InvalidParametersException, LimitExceededException, DuplicateResourceException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a constraint.
This is a convenience which creates an instance of the CreateConstraintRequest.Builder
avoiding the need
to create one manually via CreateConstraintRequest.builder()
createConstraintRequest
- A Consumer
that will call methods on CreateConstraintInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.DuplicateResourceException
- The specified resource is a duplicate.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePortfolioResponse createPortfolio(CreatePortfolioRequest createPortfolioRequest) throws InvalidParametersException, LimitExceededException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a portfolio.
createPortfolioRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePortfolioResponse createPortfolio(Consumer<CreatePortfolioRequest.Builder> createPortfolioRequest) throws InvalidParametersException, LimitExceededException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a portfolio.
This is a convenience which creates an instance of the CreatePortfolioRequest.Builder
avoiding the need
to create one manually via CreatePortfolioRequest.builder()
createPortfolioRequest
- A Consumer
that will call methods on CreatePortfolioInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePortfolioShareResponse createPortfolioShare(CreatePortfolioShareRequest createPortfolioShareRequest) throws ResourceNotFoundException, LimitExceededException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the master account of an Organization. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node.
createPortfolioShareRequest
- ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePortfolioShareResponse createPortfolioShare(Consumer<CreatePortfolioShareRequest.Builder> createPortfolioShareRequest) throws ResourceNotFoundException, LimitExceededException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the master account of an Organization. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node.
This is a convenience which creates an instance of the CreatePortfolioShareRequest.Builder
avoiding the
need to create one manually via CreatePortfolioShareRequest.builder()
createPortfolioShareRequest
- A Consumer
that will call methods on CreatePortfolioShareInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateProductResponse createProduct(CreateProductRequest createProductRequest) throws InvalidParametersException, LimitExceededException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a product.
createProductRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateProductResponse createProduct(Consumer<CreateProductRequest.Builder> createProductRequest) throws InvalidParametersException, LimitExceededException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a product.
This is a convenience which creates an instance of the CreateProductRequest.Builder
avoiding the need to
create one manually via CreateProductRequest.builder()
createProductRequest
- A Consumer
that will call methods on CreateProductInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateProvisionedProductPlanResponse createProvisionedProductPlan(CreateProvisionedProductPlanRequest createProvisionedProductPlanRequest) throws InvalidParametersException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
createProvisionedProductPlanRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateProvisionedProductPlanResponse createProvisionedProductPlan(Consumer<CreateProvisionedProductPlanRequest.Builder> createProvisionedProductPlanRequest) throws InvalidParametersException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the CreateProvisionedProductPlanRequest.Builder
avoiding the need to create one manually via CreateProvisionedProductPlanRequest.builder()
createProvisionedProductPlanRequest
- A Consumer
that will call methods on CreateProvisionedProductPlanInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateProvisioningArtifactResponse createProvisioningArtifact(CreateProvisioningArtifactRequest createProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
createProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateProvisioningArtifactResponse createProvisioningArtifact(Consumer<CreateProvisioningArtifactRequest.Builder> createProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the CreateProvisioningArtifactRequest.Builder
avoiding
the need to create one manually via CreateProvisioningArtifactRequest.builder()
createProvisioningArtifactRequest
- A Consumer
that will call methods on CreateProvisioningArtifactInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateServiceActionResponse createServiceAction(CreateServiceActionRequest createServiceActionRequest) throws InvalidParametersException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a self-service action.
createServiceActionRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateServiceActionResponse createServiceAction(Consumer<CreateServiceActionRequest.Builder> createServiceActionRequest) throws InvalidParametersException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a self-service action.
This is a convenience which creates an instance of the CreateServiceActionRequest.Builder
avoiding the
need to create one manually via CreateServiceActionRequest.builder()
createServiceActionRequest
- A Consumer
that will call methods on CreateServiceActionInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTagOptionResponse createTagOption(CreateTagOptionRequest createTagOptionRequest) throws TagOptionNotMigratedException, DuplicateResourceException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a TagOption.
createTagOptionRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.DuplicateResourceException
- The specified resource is a duplicate.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTagOptionResponse createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest) throws TagOptionNotMigratedException, DuplicateResourceException, LimitExceededException, AwsServiceException, SdkClientException, ServiceCatalogException
Creates a TagOption.
This is a convenience which creates an instance of the CreateTagOptionRequest.Builder
avoiding the need
to create one manually via CreateTagOptionRequest.builder()
createTagOptionRequest
- A Consumer
that will call methods on CreateTagOptionInput.Builder
to create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.DuplicateResourceException
- The specified resource is a duplicate.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteConstraintResponse deleteConstraint(DeleteConstraintRequest deleteConstraintRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified constraint.
deleteConstraintRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteConstraintResponse deleteConstraint(Consumer<DeleteConstraintRequest.Builder> deleteConstraintRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified constraint.
This is a convenience which creates an instance of the DeleteConstraintRequest.Builder
avoiding the need
to create one manually via DeleteConstraintRequest.builder()
deleteConstraintRequest
- A Consumer
that will call methods on DeleteConstraintInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeletePortfolioResponse deletePortfolio(DeletePortfolioRequest deletePortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, ResourceInUseException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
deletePortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeletePortfolioResponse deletePortfolio(Consumer<DeletePortfolioRequest.Builder> deletePortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, ResourceInUseException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the DeletePortfolioRequest.Builder
avoiding the need
to create one manually via DeletePortfolioRequest.builder()
deletePortfolioRequest
- A Consumer
that will call methods on DeletePortfolioInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeletePortfolioShareResponse deletePortfolioShare(DeletePortfolioShareRequest deletePortfolioShareRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the master account of an Organization.
deletePortfolioShareRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeletePortfolioShareResponse deletePortfolioShare(Consumer<DeletePortfolioShareRequest.Builder> deletePortfolioShareRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the master account of an Organization.
This is a convenience which creates an instance of the DeletePortfolioShareRequest.Builder
avoiding the
need to create one manually via DeletePortfolioShareRequest.builder()
deletePortfolioShareRequest
- A Consumer
that will call methods on DeletePortfolioShareInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteProductResponse deleteProduct(DeleteProductRequest deleteProductRequest) throws ResourceNotFoundException, ResourceInUseException, InvalidParametersException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
deleteProductRequest
- ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteProductResponse deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest) throws ResourceNotFoundException, ResourceInUseException, InvalidParametersException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
This is a convenience which creates an instance of the DeleteProductRequest.Builder
avoiding the need to
create one manually via DeleteProductRequest.builder()
deleteProductRequest
- A Consumer
that will call methods on DeleteProductInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteProvisionedProductPlanResponse deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest deleteProvisionedProductPlanRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified plan.
deleteProvisionedProductPlanRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteProvisionedProductPlanResponse deleteProvisionedProductPlan(Consumer<DeleteProvisionedProductPlanRequest.Builder> deleteProvisionedProductPlanRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified plan.
This is a convenience which creates an instance of the DeleteProvisionedProductPlanRequest.Builder
avoiding the need to create one manually via DeleteProvisionedProductPlanRequest.builder()
deleteProvisionedProductPlanRequest
- A Consumer
that will call methods on DeleteProvisionedProductPlanInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteProvisioningArtifactResponse deleteProvisioningArtifact(DeleteProvisioningArtifactRequest deleteProvisioningArtifactRequest) throws ResourceNotFoundException, ResourceInUseException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
deleteProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteProvisioningArtifactResponse deleteProvisioningArtifact(Consumer<DeleteProvisioningArtifactRequest.Builder> deleteProvisioningArtifactRequest) throws ResourceNotFoundException, ResourceInUseException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the DeleteProvisioningArtifactRequest.Builder
avoiding
the need to create one manually via DeleteProvisioningArtifactRequest.builder()
deleteProvisioningArtifactRequest
- A Consumer
that will call methods on DeleteProvisioningArtifactInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteServiceActionResponse deleteServiceAction(DeleteServiceActionRequest deleteServiceActionRequest) throws ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes a self-service action.
deleteServiceActionRequest
- ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteServiceActionResponse deleteServiceAction(Consumer<DeleteServiceActionRequest.Builder> deleteServiceActionRequest) throws ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes a self-service action.
This is a convenience which creates an instance of the DeleteServiceActionRequest.Builder
avoiding the
need to create one manually via DeleteServiceActionRequest.builder()
deleteServiceActionRequest
- A Consumer
that will call methods on DeleteServiceActionInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTagOptionResponse deleteTagOption(DeleteTagOptionRequest deleteTagOptionRequest) throws TagOptionNotMigratedException, ResourceInUseException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
deleteTagOptionRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTagOptionResponse deleteTagOption(Consumer<DeleteTagOptionRequest.Builder> deleteTagOptionRequest) throws TagOptionNotMigratedException, ResourceInUseException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
This is a convenience which creates an instance of the DeleteTagOptionRequest.Builder
avoiding the need
to create one manually via DeleteTagOptionRequest.builder()
deleteTagOptionRequest
- A Consumer
that will call methods on DeleteTagOptionInput.Builder
to create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeConstraintResponse describeConstraint(DescribeConstraintRequest describeConstraintRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified constraint.
describeConstraintRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeConstraintResponse describeConstraint(Consumer<DescribeConstraintRequest.Builder> describeConstraintRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified constraint.
This is a convenience which creates an instance of the DescribeConstraintRequest.Builder
avoiding the
need to create one manually via DescribeConstraintRequest.builder()
describeConstraintRequest
- A Consumer
that will call methods on DescribeConstraintInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCopyProductStatusResponse describeCopyProductStatus(DescribeCopyProductStatusRequest describeCopyProductStatusRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets the status of the specified copy product operation.
describeCopyProductStatusRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCopyProductStatusResponse describeCopyProductStatus(Consumer<DescribeCopyProductStatusRequest.Builder> describeCopyProductStatusRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets the status of the specified copy product operation.
This is a convenience which creates an instance of the DescribeCopyProductStatusRequest.Builder
avoiding
the need to create one manually via DescribeCopyProductStatusRequest.builder()
describeCopyProductStatusRequest
- A Consumer
that will call methods on DescribeCopyProductStatusInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePortfolioResponse describePortfolio(DescribePortfolioRequest describePortfolioRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified portfolio.
describePortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePortfolioResponse describePortfolio(Consumer<DescribePortfolioRequest.Builder> describePortfolioRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified portfolio.
This is a convenience which creates an instance of the DescribePortfolioRequest.Builder
avoiding the need
to create one manually via DescribePortfolioRequest.builder()
describePortfolioRequest
- A Consumer
that will call methods on DescribePortfolioInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePortfolioShareStatusResponse describePortfolioShareStatus(DescribePortfolioShareStatusRequest describePortfolioShareStatusRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets the status of the specified portfolio share operation. This API can only be called by the master account in the organization.
describePortfolioShareStatusRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePortfolioShareStatusResponse describePortfolioShareStatus(Consumer<DescribePortfolioShareStatusRequest.Builder> describePortfolioShareStatusRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets the status of the specified portfolio share operation. This API can only be called by the master account in the organization.
This is a convenience which creates an instance of the DescribePortfolioShareStatusRequest.Builder
avoiding the need to create one manually via DescribePortfolioShareStatusRequest.builder()
describePortfolioShareStatusRequest
- A Consumer
that will call methods on DescribePortfolioShareStatusInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProductResponse describeProduct(DescribeProductRequest describeProductRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified product.
describeProductRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProductResponse describeProduct(Consumer<DescribeProductRequest.Builder> describeProductRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified product.
This is a convenience which creates an instance of the DescribeProductRequest.Builder
avoiding the need
to create one manually via DescribeProductRequest.builder()
describeProductRequest
- A Consumer
that will call methods on DescribeProductInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProductAsAdminResponse describeProductAsAdmin(DescribeProductAsAdminRequest describeProductAsAdminRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified product. This operation is run with administrator access.
describeProductAsAdminRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProductAsAdminResponse describeProductAsAdmin(Consumer<DescribeProductAsAdminRequest.Builder> describeProductAsAdminRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified product. This operation is run with administrator access.
This is a convenience which creates an instance of the DescribeProductAsAdminRequest.Builder
avoiding the
need to create one manually via DescribeProductAsAdminRequest.builder()
describeProductAsAdminRequest
- A Consumer
that will call methods on DescribeProductAsAdminInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProductViewResponse describeProductView(DescribeProductViewRequest describeProductViewRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified product.
describeProductViewRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProductViewResponse describeProductView(Consumer<DescribeProductViewRequest.Builder> describeProductViewRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified product.
This is a convenience which creates an instance of the DescribeProductViewRequest.Builder
avoiding the
need to create one manually via DescribeProductViewRequest.builder()
describeProductViewRequest
- A Consumer
that will call methods on DescribeProductViewInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisionedProductResponse describeProvisionedProduct(DescribeProvisionedProductRequest describeProvisionedProductRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified provisioned product.
describeProvisionedProductRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisionedProductResponse describeProvisionedProduct(Consumer<DescribeProvisionedProductRequest.Builder> describeProvisionedProductRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified provisioned product.
This is a convenience which creates an instance of the DescribeProvisionedProductRequest.Builder
avoiding
the need to create one manually via DescribeProvisionedProductRequest.builder()
describeProvisionedProductRequest
- A Consumer
that will call methods on DescribeProvisionedProductInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisionedProductPlanResponse describeProvisionedProductPlan(DescribeProvisionedProductPlanRequest describeProvisionedProductPlanRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the resource changes for the specified plan.
describeProvisionedProductPlanRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisionedProductPlanResponse describeProvisionedProductPlan(Consumer<DescribeProvisionedProductPlanRequest.Builder> describeProvisionedProductPlanRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the resource changes for the specified plan.
This is a convenience which creates an instance of the DescribeProvisionedProductPlanRequest.Builder
avoiding the need to create one manually via DescribeProvisionedProductPlanRequest.builder()
describeProvisionedProductPlanRequest
- A Consumer
that will call methods on DescribeProvisionedProductPlanInput.Builder
to create
a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisioningArtifactResponse describeProvisioningArtifact(DescribeProvisioningArtifactRequest describeProvisioningArtifactRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
describeProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisioningArtifactResponse describeProvisioningArtifact(Consumer<DescribeProvisioningArtifactRequest.Builder> describeProvisioningArtifactRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
This is a convenience which creates an instance of the DescribeProvisioningArtifactRequest.Builder
avoiding the need to create one manually via DescribeProvisioningArtifactRequest.builder()
describeProvisioningArtifactRequest
- A Consumer
that will call methods on DescribeProvisioningArtifactInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisioningParametersResponse describeProvisioningParameters(DescribeProvisioningParametersRequest describeProvisioningParametersRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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
.
describeProvisioningParametersRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeProvisioningParametersResponse describeProvisioningParameters(Consumer<DescribeProvisioningParametersRequest.Builder> describeProvisioningParametersRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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
.
This is a convenience which creates an instance of the DescribeProvisioningParametersRequest.Builder
avoiding the need to create one manually via DescribeProvisioningParametersRequest.builder()
describeProvisioningParametersRequest
- A Consumer
that will call methods on DescribeProvisioningParametersInput.Builder
to create
a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRecordResponse describeRecord(DescribeRecordRequest describeRecordRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified request operation.
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
describeRecordRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRecordResponse describeRecord(Consumer<DescribeRecordRequest.Builder> describeRecordRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified request operation.
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
This is a convenience which creates an instance of the DescribeRecordRequest.Builder
avoiding the need to
create one manually via DescribeRecordRequest.builder()
describeRecordRequest
- A Consumer
that will call methods on DescribeRecordInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeServiceActionResponse describeServiceAction(DescribeServiceActionRequest describeServiceActionRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Describes a self-service action.
describeServiceActionRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeServiceActionResponse describeServiceAction(Consumer<DescribeServiceActionRequest.Builder> describeServiceActionRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Describes a self-service action.
This is a convenience which creates an instance of the DescribeServiceActionRequest.Builder
avoiding the
need to create one manually via DescribeServiceActionRequest.builder()
describeServiceActionRequest
- A Consumer
that will call methods on DescribeServiceActionInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagOptionResponse describeTagOption(DescribeTagOptionRequest describeTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified TagOption.
describeTagOptionRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagOptionResponse describeTagOption(Consumer<DescribeTagOptionRequest.Builder> describeTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the specified TagOption.
This is a convenience which creates an instance of the DescribeTagOptionRequest.Builder
avoiding the need
to create one manually via DescribeTagOptionRequest.builder()
describeTagOptionRequest
- A Consumer
that will call methods on DescribeTagOptionInput.Builder
to create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableAwsOrganizationsAccessResponse disableAWSOrganizationsAccess(DisableAwsOrganizationsAccessRequest disableAwsOrganizationsAccessRequest) throws ResourceNotFoundException, InvalidStateException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
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 master account in the organization.
disableAwsOrganizationsAccessRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableAwsOrganizationsAccessResponse disableAWSOrganizationsAccess(Consumer<DisableAwsOrganizationsAccessRequest.Builder> disableAwsOrganizationsAccessRequest) throws ResourceNotFoundException, InvalidStateException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
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 master account in the organization.
This is a convenience which creates an instance of the DisableAwsOrganizationsAccessRequest.Builder
avoiding the need to create one manually via DisableAwsOrganizationsAccessRequest.builder()
disableAwsOrganizationsAccessRequest
- A Consumer
that will call methods on DisableAWSOrganizationsAccessInput.Builder
to create
a request.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociatePrincipalFromPortfolioResponse disassociatePrincipalFromPortfolio(DisassociatePrincipalFromPortfolioRequest disassociatePrincipalFromPortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates a previously associated principal ARN from a specified portfolio.
disassociatePrincipalFromPortfolioRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociatePrincipalFromPortfolioResponse disassociatePrincipalFromPortfolio(Consumer<DisassociatePrincipalFromPortfolioRequest.Builder> disassociatePrincipalFromPortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates a previously associated principal ARN from a specified portfolio.
This is a convenience which creates an instance of the DisassociatePrincipalFromPortfolioRequest.Builder
avoiding the need to create one manually via DisassociatePrincipalFromPortfolioRequest.builder()
disassociatePrincipalFromPortfolioRequest
- A Consumer
that will call methods on DisassociatePrincipalFromPortfolioInput.Builder
to
create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateProductFromPortfolioResponse disassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest disassociateProductFromPortfolioRequest) throws ResourceNotFoundException, ResourceInUseException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates the specified product from the specified portfolio.
disassociateProductFromPortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateProductFromPortfolioResponse disassociateProductFromPortfolio(Consumer<DisassociateProductFromPortfolioRequest.Builder> disassociateProductFromPortfolioRequest) throws ResourceNotFoundException, ResourceInUseException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates the specified product from the specified portfolio.
This is a convenience which creates an instance of the DisassociateProductFromPortfolioRequest.Builder
avoiding the need to create one manually via DisassociateProductFromPortfolioRequest.builder()
disassociateProductFromPortfolioRequest
- A Consumer
that will call methods on DisassociateProductFromPortfolioInput.Builder
to
create a request.ResourceNotFoundException
- The specified resource was not found.ResourceInUseException
- A resource that is currently in use. Ensure that the resource is not in use and retry the operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateServiceActionFromProvisioningArtifactResponse disassociateServiceActionFromProvisioningArtifact(DisassociateServiceActionFromProvisioningArtifactRequest disassociateServiceActionFromProvisioningArtifactRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates the specified self-service action association from the specified provisioning artifact.
disassociateServiceActionFromProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateServiceActionFromProvisioningArtifactResponse disassociateServiceActionFromProvisioningArtifact(Consumer<DisassociateServiceActionFromProvisioningArtifactRequest.Builder> disassociateServiceActionFromProvisioningArtifactRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates the specified self-service action association from the specified provisioning artifact.
This is a convenience which creates an instance of the
DisassociateServiceActionFromProvisioningArtifactRequest.Builder
avoiding the need to create one manually
via DisassociateServiceActionFromProvisioningArtifactRequest.builder()
disassociateServiceActionFromProvisioningArtifactRequest
- A Consumer
that will call methods on
DisassociateServiceActionFromProvisioningArtifactInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateTagOptionFromResourceResponse disassociateTagOptionFromResource(DisassociateTagOptionFromResourceRequest disassociateTagOptionFromResourceRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates the specified TagOption from the specified resource.
disassociateTagOptionFromResourceRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateTagOptionFromResourceResponse disassociateTagOptionFromResource(Consumer<DisassociateTagOptionFromResourceRequest.Builder> disassociateTagOptionFromResourceRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Disassociates the specified TagOption from the specified resource.
This is a convenience which creates an instance of the DisassociateTagOptionFromResourceRequest.Builder
avoiding the need to create one manually via DisassociateTagOptionFromResourceRequest.builder()
disassociateTagOptionFromResourceRequest
- A Consumer
that will call methods on DisassociateTagOptionFromResourceInput.Builder
to
create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableAwsOrganizationsAccessResponse enableAWSOrganizationsAccess(EnableAwsOrganizationsAccessRequest enableAwsOrganizationsAccessRequest) throws ResourceNotFoundException, InvalidStateException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
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 master account in the organization.
By calling this API Service Catalog will use FAS credentials to call organizations:EnableAWSServiceAccess so that your shares can be in sync with any changes in your AWS Organizations.
enableAwsOrganizationsAccessRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableAwsOrganizationsAccessResponse enableAWSOrganizationsAccess(Consumer<EnableAwsOrganizationsAccessRequest.Builder> enableAwsOrganizationsAccessRequest) throws ResourceNotFoundException, InvalidStateException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
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 master account in the organization.
By calling this API Service Catalog will use FAS credentials to call organizations:EnableAWSServiceAccess so that your shares can be in sync with any changes in your AWS Organizations.
This is a convenience which creates an instance of the EnableAwsOrganizationsAccessRequest.Builder
avoiding the need to create one manually via EnableAwsOrganizationsAccessRequest.builder()
enableAwsOrganizationsAccessRequest
- A Consumer
that will call methods on EnableAWSOrganizationsAccessInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExecuteProvisionedProductPlanResponse executeProvisionedProductPlan(ExecuteProvisionedProductPlanRequest executeProvisionedProductPlanRequest) throws InvalidParametersException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
Provisions or modifies a product based on the resource changes for the specified plan.
executeProvisionedProductPlanRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExecuteProvisionedProductPlanResponse executeProvisionedProductPlan(Consumer<ExecuteProvisionedProductPlanRequest.Builder> executeProvisionedProductPlanRequest) throws InvalidParametersException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
Provisions or modifies a product based on the resource changes for the specified plan.
This is a convenience which creates an instance of the ExecuteProvisionedProductPlanRequest.Builder
avoiding the need to create one manually via ExecuteProvisionedProductPlanRequest.builder()
executeProvisionedProductPlanRequest
- A Consumer
that will call methods on ExecuteProvisionedProductPlanInput.Builder
to create
a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExecuteProvisionedProductServiceActionResponse executeProvisionedProductServiceAction(ExecuteProvisionedProductServiceActionRequest executeProvisionedProductServiceActionRequest) throws InvalidParametersException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
Executes a self-service action against a provisioned product.
executeProvisionedProductServiceActionRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExecuteProvisionedProductServiceActionResponse executeProvisionedProductServiceAction(Consumer<ExecuteProvisionedProductServiceActionRequest.Builder> executeProvisionedProductServiceActionRequest) throws InvalidParametersException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, ServiceCatalogException
Executes a self-service action against a provisioned product.
This is a convenience which creates an instance of the
ExecuteProvisionedProductServiceActionRequest.Builder
avoiding the need to create one manually via
ExecuteProvisionedProductServiceActionRequest.builder()
executeProvisionedProductServiceActionRequest
- A Consumer
that will call methods on ExecuteProvisionedProductServiceActionInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.InvalidStateException
- An attempt was made to modify a resource that is in a state that is not valid. Check your resources to
ensure that they are in valid states before retrying the operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetAwsOrganizationsAccessStatusResponse getAWSOrganizationsAccessStatus() throws ResourceNotFoundException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the master account in the organization.
ResourceNotFoundException
- The specified resource was not found.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
getAWSOrganizationsAccessStatus(GetAwsOrganizationsAccessStatusRequest)
,
AWS API Documentationdefault GetAwsOrganizationsAccessStatusResponse getAWSOrganizationsAccessStatus(GetAwsOrganizationsAccessStatusRequest getAwsOrganizationsAccessStatusRequest) throws ResourceNotFoundException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the master account in the organization.
getAwsOrganizationsAccessStatusRequest
- ResourceNotFoundException
- The specified resource was not found.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetAwsOrganizationsAccessStatusResponse getAWSOrganizationsAccessStatus(Consumer<GetAwsOrganizationsAccessStatusRequest.Builder> getAwsOrganizationsAccessStatusRequest) throws ResourceNotFoundException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the master account in the organization.
This is a convenience which creates an instance of the GetAwsOrganizationsAccessStatusRequest.Builder
avoiding the need to create one manually via GetAwsOrganizationsAccessStatusRequest.builder()
getAwsOrganizationsAccessStatusRequest
- A Consumer
that will call methods on GetAWSOrganizationsAccessStatusInput.Builder
to
create a request.ResourceNotFoundException
- The specified resource was not found.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListAcceptedPortfolioSharesResponse listAcceptedPortfolioShares() throws InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios for which sharing was accepted by this account.
InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest)
,
AWS API Documentationdefault ListAcceptedPortfolioSharesResponse listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest) throws InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios for which sharing was accepted by this account.
listAcceptedPortfolioSharesRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListAcceptedPortfolioSharesResponse listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest) throws InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios for which sharing was accepted by this account.
This is a convenience which creates an instance of the ListAcceptedPortfolioSharesRequest.Builder
avoiding the need to create one manually via ListAcceptedPortfolioSharesRequest.builder()
listAcceptedPortfolioSharesRequest
- A Consumer
that will call methods on ListAcceptedPortfolioSharesInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListAcceptedPortfolioSharesIterable listAcceptedPortfolioSharesPaginator() throws InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios for which sharing was accepted by this account.
This is a variant of
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client.listAcceptedPortfolioSharesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client .listAcceptedPortfolioSharesPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client.listAcceptedPortfolioSharesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation.
InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listAcceptedPortfolioSharesPaginator(ListAcceptedPortfolioSharesRequest)
,
AWS API Documentationdefault ListAcceptedPortfolioSharesIterable listAcceptedPortfolioSharesPaginator(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest) throws InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios for which sharing was accepted by this account.
This is a variant of
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client.listAcceptedPortfolioSharesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client .listAcceptedPortfolioSharesPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client.listAcceptedPortfolioSharesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation.
listAcceptedPortfolioSharesRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListAcceptedPortfolioSharesIterable listAcceptedPortfolioSharesPaginator(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest) throws InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios for which sharing was accepted by this account.
This is a variant of
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client.listAcceptedPortfolioSharesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client .listAcceptedPortfolioSharesPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesIterable responses = client.listAcceptedPortfolioSharesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation.
This is a convenience which creates an instance of the ListAcceptedPortfolioSharesRequest.Builder
avoiding the need to create one manually via ListAcceptedPortfolioSharesRequest.builder()
listAcceptedPortfolioSharesRequest
- A Consumer
that will call methods on ListAcceptedPortfolioSharesInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListConstraintsForPortfolioResponse listConstraintsForPortfolio(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the constraints for the specified portfolio and product.
listConstraintsForPortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListConstraintsForPortfolioResponse listConstraintsForPortfolio(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the constraints for the specified portfolio and product.
This is a convenience which creates an instance of the ListConstraintsForPortfolioRequest.Builder
avoiding the need to create one manually via ListConstraintsForPortfolioRequest.builder()
listConstraintsForPortfolioRequest
- A Consumer
that will call methods on ListConstraintsForPortfolioInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListConstraintsForPortfolioIterable listConstraintsForPortfolioPaginator(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the constraints for the specified portfolio and product.
This is a variant of
listConstraintsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioIterable responses = client.listConstraintsForPortfolioPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioIterable responses = client .listConstraintsForPortfolioPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioIterable responses = client.listConstraintsForPortfolioPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listConstraintsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioRequest)
operation.
listConstraintsForPortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListConstraintsForPortfolioIterable listConstraintsForPortfolioPaginator(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the constraints for the specified portfolio and product.
This is a variant of
listConstraintsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioIterable responses = client.listConstraintsForPortfolioPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioIterable responses = client .listConstraintsForPortfolioPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioIterable responses = client.listConstraintsForPortfolioPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listConstraintsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioRequest)
operation.
This is a convenience which creates an instance of the ListConstraintsForPortfolioRequest.Builder
avoiding the need to create one manually via ListConstraintsForPortfolioRequest.builder()
listConstraintsForPortfolioRequest
- A Consumer
that will call methods on ListConstraintsForPortfolioInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListLaunchPathsResponse listLaunchPaths(ListLaunchPathsRequest listLaunchPathsRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
listLaunchPathsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListLaunchPathsResponse listLaunchPaths(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the ListLaunchPathsRequest.Builder
avoiding the need
to create one manually via ListLaunchPathsRequest.builder()
listLaunchPathsRequest
- A Consumer
that will call methods on ListLaunchPathsInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListLaunchPathsIterable listLaunchPathsPaginator(ListLaunchPathsRequest listLaunchPathsRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a variant of
listLaunchPaths(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsIterable responses = client.listLaunchPathsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsIterable responses = client .listLaunchPathsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsIterable responses = client.listLaunchPathsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listLaunchPaths(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsRequest)
operation.
listLaunchPathsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListLaunchPathsIterable listLaunchPathsPaginator(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a variant of
listLaunchPaths(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsIterable responses = client.listLaunchPathsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsIterable responses = client .listLaunchPathsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsIterable responses = client.listLaunchPathsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listLaunchPaths(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsRequest)
operation.
This is a convenience which creates an instance of the ListLaunchPathsRequest.Builder
avoiding the need
to create one manually via ListLaunchPathsRequest.builder()
listLaunchPathsRequest
- A Consumer
that will call methods on ListLaunchPathsInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOrganizationPortfolioAccessResponse listOrganizationPortfolioAccess(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization.
listOrganizationPortfolioAccessRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOrganizationPortfolioAccessResponse listOrganizationPortfolioAccess(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization.
This is a convenience which creates an instance of the ListOrganizationPortfolioAccessRequest.Builder
avoiding the need to create one manually via ListOrganizationPortfolioAccessRequest.builder()
listOrganizationPortfolioAccessRequest
- A Consumer
that will call methods on ListOrganizationPortfolioAccessInput.Builder
to
create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOrganizationPortfolioAccessIterable listOrganizationPortfolioAccessPaginator(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization.
This is a variant of
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessIterable responses = client.listOrganizationPortfolioAccessPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessIterable responses = client .listOrganizationPortfolioAccessPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessIterable responses = client.listOrganizationPortfolioAccessPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation.
listOrganizationPortfolioAccessRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOrganizationPortfolioAccessIterable listOrganizationPortfolioAccessPaginator(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest) throws ResourceNotFoundException, InvalidParametersException, OperationNotSupportedException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization.
This is a variant of
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessIterable responses = client.listOrganizationPortfolioAccessPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessIterable responses = client .listOrganizationPortfolioAccessPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessIterable responses = client.listOrganizationPortfolioAccessPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation.
This is a convenience which creates an instance of the ListOrganizationPortfolioAccessRequest.Builder
avoiding the need to create one manually via ListOrganizationPortfolioAccessRequest.builder()
listOrganizationPortfolioAccessRequest
- A Consumer
that will call methods on ListOrganizationPortfolioAccessInput.Builder
to
create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.OperationNotSupportedException
- The operation is not supported.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfolioAccessResponse listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the account IDs that have access to the specified portfolio.
listPortfolioAccessRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfolioAccessResponse listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the account IDs that have access to the specified portfolio.
This is a convenience which creates an instance of the ListPortfolioAccessRequest.Builder
avoiding the
need to create one manually via ListPortfolioAccessRequest.builder()
listPortfolioAccessRequest
- A Consumer
that will call methods on ListPortfolioAccessInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosResponse listPortfolios() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios in the catalog.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listPortfolios(ListPortfoliosRequest)
,
AWS
API Documentationdefault ListPortfoliosResponse listPortfolios(ListPortfoliosRequest listPortfoliosRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios in the catalog.
listPortfoliosRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosResponse listPortfolios(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios in the catalog.
This is a convenience which creates an instance of the ListPortfoliosRequest.Builder
avoiding the need to
create one manually via ListPortfoliosRequest.builder()
listPortfoliosRequest
- A Consumer
that will call methods on ListPortfoliosInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosIterable listPortfoliosPaginator() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios in the catalog.
This is a variant of
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client.listPortfoliosPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client .listPortfoliosPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client.listPortfoliosPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listPortfoliosPaginator(ListPortfoliosRequest)
,
AWS
API Documentationdefault ListPortfoliosIterable listPortfoliosPaginator(ListPortfoliosRequest listPortfoliosRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios in the catalog.
This is a variant of
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client.listPortfoliosPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client .listPortfoliosPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client.listPortfoliosPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
listPortfoliosRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosIterable listPortfoliosPaginator(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios in the catalog.
This is a variant of
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client.listPortfoliosPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client .listPortfoliosPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosIterable responses = client.listPortfoliosPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
This is a convenience which creates an instance of the ListPortfoliosRequest.Builder
avoiding the need to
create one manually via ListPortfoliosRequest.builder()
listPortfoliosRequest
- A Consumer
that will call methods on ListPortfoliosInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosForProductResponse listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios that the specified product is associated with.
listPortfoliosForProductRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosForProductResponse listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios that the specified product is associated with.
This is a convenience which creates an instance of the ListPortfoliosForProductRequest.Builder
avoiding
the need to create one manually via ListPortfoliosForProductRequest.builder()
listPortfoliosForProductRequest
- A Consumer
that will call methods on ListPortfoliosForProductInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosForProductIterable listPortfoliosForProductPaginator(ListPortfoliosForProductRequest listPortfoliosForProductRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios that the specified product is associated with.
This is a variant of
listPortfoliosForProduct(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductIterable responses = client.listPortfoliosForProductPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductIterable responses = client .listPortfoliosForProductPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductIterable responses = client.listPortfoliosForProductPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPortfoliosForProduct(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductRequest)
operation.
listPortfoliosForProductRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPortfoliosForProductIterable listPortfoliosForProductPaginator(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all portfolios that the specified product is associated with.
This is a variant of
listPortfoliosForProduct(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductIterable responses = client.listPortfoliosForProductPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductIterable responses = client .listPortfoliosForProductPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductIterable responses = client.listPortfoliosForProductPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPortfoliosForProduct(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductRequest)
operation.
This is a convenience which creates an instance of the ListPortfoliosForProductRequest.Builder
avoiding
the need to create one manually via ListPortfoliosForProductRequest.builder()
listPortfoliosForProductRequest
- A Consumer
that will call methods on ListPortfoliosForProductInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPrincipalsForPortfolioResponse listPrincipalsForPortfolio(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all principal ARNs associated with the specified portfolio.
listPrincipalsForPortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPrincipalsForPortfolioResponse listPrincipalsForPortfolio(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all principal ARNs associated with the specified portfolio.
This is a convenience which creates an instance of the ListPrincipalsForPortfolioRequest.Builder
avoiding
the need to create one manually via ListPrincipalsForPortfolioRequest.builder()
listPrincipalsForPortfolioRequest
- A Consumer
that will call methods on ListPrincipalsForPortfolioInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPrincipalsForPortfolioIterable listPrincipalsForPortfolioPaginator(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all principal ARNs associated with the specified portfolio.
This is a variant of
listPrincipalsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioIterable responses = client.listPrincipalsForPortfolioPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioIterable responses = client .listPrincipalsForPortfolioPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioIterable responses = client.listPrincipalsForPortfolioPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPrincipalsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioRequest)
operation.
listPrincipalsForPortfolioRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListPrincipalsForPortfolioIterable listPrincipalsForPortfolioPaginator(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all principal ARNs associated with the specified portfolio.
This is a variant of
listPrincipalsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioIterable responses = client.listPrincipalsForPortfolioPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioIterable responses = client .listPrincipalsForPortfolioPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioIterable responses = client.listPrincipalsForPortfolioPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listPrincipalsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioRequest)
operation.
This is a convenience which creates an instance of the ListPrincipalsForPortfolioRequest.Builder
avoiding
the need to create one manually via ListPrincipalsForPortfolioRequest.builder()
listPrincipalsForPortfolioRequest
- A Consumer
that will call methods on ListPrincipalsForPortfolioInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisionedProductPlansResponse listProvisionedProductPlans() throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the plans for the specified provisioned product or all plans to which the user has access.
ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listProvisionedProductPlans(ListProvisionedProductPlansRequest)
,
AWS API Documentationdefault ListProvisionedProductPlansResponse listProvisionedProductPlans(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the plans for the specified provisioned product or all plans to which the user has access.
listProvisionedProductPlansRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisionedProductPlansResponse listProvisionedProductPlans(Consumer<ListProvisionedProductPlansRequest.Builder> listProvisionedProductPlansRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the plans for the specified provisioned product or all plans to which the user has access.
This is a convenience which creates an instance of the ListProvisionedProductPlansRequest.Builder
avoiding the need to create one manually via ListProvisionedProductPlansRequest.builder()
listProvisionedProductPlansRequest
- A Consumer
that will call methods on ListProvisionedProductPlansInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisioningArtifactsResponse listProvisioningArtifacts(ListProvisioningArtifactsRequest listProvisioningArtifactsRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all provisioning artifacts (also known as versions) for the specified product.
listProvisioningArtifactsRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisioningArtifactsResponse listProvisioningArtifacts(Consumer<ListProvisioningArtifactsRequest.Builder> listProvisioningArtifactsRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all provisioning artifacts (also known as versions) for the specified product.
This is a convenience which creates an instance of the ListProvisioningArtifactsRequest.Builder
avoiding
the need to create one manually via ListProvisioningArtifactsRequest.builder()
listProvisioningArtifactsRequest
- A Consumer
that will call methods on ListProvisioningArtifactsInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisioningArtifactsForServiceActionResponse listProvisioningArtifactsForServiceAction(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
listProvisioningArtifactsForServiceActionRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisioningArtifactsForServiceActionResponse listProvisioningArtifactsForServiceAction(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
This is a convenience which creates an instance of the
ListProvisioningArtifactsForServiceActionRequest.Builder
avoiding the need to create one manually via
ListProvisioningArtifactsForServiceActionRequest.builder()
listProvisioningArtifactsForServiceActionRequest
- A Consumer
that will call methods on
ListProvisioningArtifactsForServiceActionInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisioningArtifactsForServiceActionIterable listProvisioningArtifactsForServiceActionPaginator(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
This is a variant of
listProvisioningArtifactsForServiceAction(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionIterable responses = client.listProvisioningArtifactsForServiceActionPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionIterable responses = client .listProvisioningArtifactsForServiceActionPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionIterable responses = client.listProvisioningArtifactsForServiceActionPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listProvisioningArtifactsForServiceAction(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionRequest)
operation.
listProvisioningArtifactsForServiceActionRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListProvisioningArtifactsForServiceActionIterable listProvisioningArtifactsForServiceActionPaginator(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
This is a variant of
listProvisioningArtifactsForServiceAction(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionIterable responses = client.listProvisioningArtifactsForServiceActionPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionIterable responses = client .listProvisioningArtifactsForServiceActionPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionIterable responses = client.listProvisioningArtifactsForServiceActionPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listProvisioningArtifactsForServiceAction(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionRequest)
operation.
This is a convenience which creates an instance of the
ListProvisioningArtifactsForServiceActionRequest.Builder
avoiding the need to create one manually via
ListProvisioningArtifactsForServiceActionRequest.builder()
listProvisioningArtifactsForServiceActionRequest
- A Consumer
that will call methods on
ListProvisioningArtifactsForServiceActionInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListRecordHistoryResponse listRecordHistory() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified requests or all performed requests.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listRecordHistory(ListRecordHistoryRequest)
,
AWS API Documentationdefault ListRecordHistoryResponse listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified requests or all performed requests.
listRecordHistoryRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListRecordHistoryResponse listRecordHistory(Consumer<ListRecordHistoryRequest.Builder> listRecordHistoryRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified requests or all performed requests.
This is a convenience which creates an instance of the ListRecordHistoryRequest.Builder
avoiding the need
to create one manually via ListRecordHistoryRequest.builder()
listRecordHistoryRequest
- A Consumer
that will call methods on ListRecordHistoryInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListResourcesForTagOptionResponse listResourcesForTagOption(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the resources associated with the specified TagOption.
listResourcesForTagOptionRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListResourcesForTagOptionResponse listResourcesForTagOption(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the resources associated with the specified TagOption.
This is a convenience which creates an instance of the ListResourcesForTagOptionRequest.Builder
avoiding
the need to create one manually via ListResourcesForTagOptionRequest.builder()
listResourcesForTagOptionRequest
- A Consumer
that will call methods on ListResourcesForTagOptionInput.Builder
to create a
request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListResourcesForTagOptionIterable listResourcesForTagOptionPaginator(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the resources associated with the specified TagOption.
This is a variant of
listResourcesForTagOption(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionIterable responses = client.listResourcesForTagOptionPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionIterable responses = client .listResourcesForTagOptionPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionIterable responses = client.listResourcesForTagOptionPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listResourcesForTagOption(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionRequest)
operation.
listResourcesForTagOptionRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListResourcesForTagOptionIterable listResourcesForTagOptionPaginator(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the resources associated with the specified TagOption.
This is a variant of
listResourcesForTagOption(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionIterable responses = client.listResourcesForTagOptionPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionIterable responses = client .listResourcesForTagOptionPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionIterable responses = client.listResourcesForTagOptionPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listResourcesForTagOption(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionRequest)
operation.
This is a convenience which creates an instance of the ListResourcesForTagOptionRequest.Builder
avoiding
the need to create one manually via ListResourcesForTagOptionRequest.builder()
listResourcesForTagOptionRequest
- A Consumer
that will call methods on ListResourcesForTagOptionInput.Builder
to create a
request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsResponse listServiceActions() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all self-service actions.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listServiceActions(ListServiceActionsRequest)
,
AWS API Documentationdefault ListServiceActionsResponse listServiceActions(ListServiceActionsRequest listServiceActionsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all self-service actions.
listServiceActionsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsResponse listServiceActions(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all self-service actions.
This is a convenience which creates an instance of the ListServiceActionsRequest.Builder
avoiding the
need to create one manually via ListServiceActionsRequest.builder()
listServiceActionsRequest
- A Consumer
that will call methods on ListServiceActionsInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsIterable listServiceActionsPaginator() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all self-service actions.
This is a variant of
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client.listServiceActionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client .listServiceActionsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client.listServiceActionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listServiceActionsPaginator(ListServiceActionsRequest)
,
AWS API Documentationdefault ListServiceActionsIterable listServiceActionsPaginator(ListServiceActionsRequest listServiceActionsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all self-service actions.
This is a variant of
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client.listServiceActionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client .listServiceActionsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client.listServiceActionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation.
listServiceActionsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsIterable listServiceActionsPaginator(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists all self-service actions.
This is a variant of
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client.listServiceActionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client .listServiceActionsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsIterable responses = client.listServiceActionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation.
This is a convenience which creates an instance of the ListServiceActionsRequest.Builder
avoiding the
need to create one manually via ListServiceActionsRequest.builder()
listServiceActionsRequest
- A Consumer
that will call methods on ListServiceActionsInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsForProvisioningArtifactResponse listServiceActionsForProvisioningArtifact(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
listServiceActionsForProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsForProvisioningArtifactResponse listServiceActionsForProvisioningArtifact(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
This is a convenience which creates an instance of the
ListServiceActionsForProvisioningArtifactRequest.Builder
avoiding the need to create one manually via
ListServiceActionsForProvisioningArtifactRequest.builder()
listServiceActionsForProvisioningArtifactRequest
- A Consumer
that will call methods on
ListServiceActionsForProvisioningArtifactInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsForProvisioningArtifactIterable listServiceActionsForProvisioningArtifactPaginator(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
This is a variant of
listServiceActionsForProvisioningArtifact(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactIterable responses = client.listServiceActionsForProvisioningArtifactPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactIterable responses = client .listServiceActionsForProvisioningArtifactPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactIterable responses = client.listServiceActionsForProvisioningArtifactPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listServiceActionsForProvisioningArtifact(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactRequest)
operation.
listServiceActionsForProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListServiceActionsForProvisioningArtifactIterable listServiceActionsForProvisioningArtifactPaginator(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
This is a variant of
listServiceActionsForProvisioningArtifact(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactIterable responses = client.listServiceActionsForProvisioningArtifactPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactIterable responses = client .listServiceActionsForProvisioningArtifactPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactIterable responses = client.listServiceActionsForProvisioningArtifactPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listServiceActionsForProvisioningArtifact(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactRequest)
operation.
This is a convenience which creates an instance of the
ListServiceActionsForProvisioningArtifactRequest.Builder
avoiding the need to create one manually via
ListServiceActionsForProvisioningArtifactRequest.builder()
listServiceActionsForProvisioningArtifactRequest
- A Consumer
that will call methods on
ListServiceActionsForProvisioningArtifactInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListTagOptionsResponse listTagOptions() throws TagOptionNotMigratedException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified TagOptions or all TagOptions.
TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listTagOptions(ListTagOptionsRequest)
,
AWS
API Documentationdefault ListTagOptionsResponse listTagOptions(ListTagOptionsRequest listTagOptionsRequest) throws TagOptionNotMigratedException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified TagOptions or all TagOptions.
listTagOptionsRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListTagOptionsResponse listTagOptions(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest) throws TagOptionNotMigratedException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified TagOptions or all TagOptions.
This is a convenience which creates an instance of the ListTagOptionsRequest.Builder
avoiding the need to
create one manually via ListTagOptionsRequest.builder()
listTagOptionsRequest
- A Consumer
that will call methods on ListTagOptionsInput.Builder
to create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListTagOptionsIterable listTagOptionsPaginator() throws TagOptionNotMigratedException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified TagOptions or all TagOptions.
This is a variant of
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client.listTagOptionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client .listTagOptionsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client.listTagOptionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listTagOptionsPaginator(ListTagOptionsRequest)
,
AWS
API Documentationdefault ListTagOptionsIterable listTagOptionsPaginator(ListTagOptionsRequest listTagOptionsRequest) throws TagOptionNotMigratedException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified TagOptions or all TagOptions.
This is a variant of
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client.listTagOptionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client .listTagOptionsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client.listTagOptionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
listTagOptionsRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListTagOptionsIterable listTagOptionsPaginator(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest) throws TagOptionNotMigratedException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the specified TagOptions or all TagOptions.
This is a variant of
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client.listTagOptionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client .listTagOptionsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsIterable responses = client.listTagOptionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
This is a convenience which creates an instance of the ListTagOptionsRequest.Builder
avoiding the need to
create one manually via ListTagOptionsRequest.builder()
listTagOptionsRequest
- A Consumer
that will call methods on ListTagOptionsInput.Builder
to create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ProvisionProductResponse provisionProduct(ProvisionProductRequest provisionProductRequest) throws InvalidParametersException, ResourceNotFoundException, DuplicateResourceException, AwsServiceException, SdkClientException, ServiceCatalogException
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".
provisionProductRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.DuplicateResourceException
- The specified resource is a duplicate.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ProvisionProductResponse provisionProduct(Consumer<ProvisionProductRequest.Builder> provisionProductRequest) throws InvalidParametersException, ResourceNotFoundException, DuplicateResourceException, AwsServiceException, SdkClientException, ServiceCatalogException
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".
This is a convenience which creates an instance of the ProvisionProductRequest.Builder
avoiding the need
to create one manually via ProvisionProductRequest.builder()
provisionProductRequest
- A Consumer
that will call methods on ProvisionProductInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.DuplicateResourceException
- The specified resource is a duplicate.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectPortfolioShareResponse rejectPortfolioShare(RejectPortfolioShareRequest rejectPortfolioShareRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Rejects an offer to share the specified portfolio.
rejectPortfolioShareRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectPortfolioShareResponse rejectPortfolioShare(Consumer<RejectPortfolioShareRequest.Builder> rejectPortfolioShareRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
Rejects an offer to share the specified portfolio.
This is a convenience which creates an instance of the RejectPortfolioShareRequest.Builder
avoiding the
need to create one manually via RejectPortfolioShareRequest.builder()
rejectPortfolioShareRequest
- A Consumer
that will call methods on RejectPortfolioShareInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ScanProvisionedProductsResponse scanProvisionedProducts() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
scanProvisionedProducts(ScanProvisionedProductsRequest)
,
AWS API Documentationdefault ScanProvisionedProductsResponse scanProvisionedProducts(ScanProvisionedProductsRequest scanProvisionedProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
scanProvisionedProductsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ScanProvisionedProductsResponse scanProvisionedProducts(Consumer<ScanProvisionedProductsRequest.Builder> scanProvisionedProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
This is a convenience which creates an instance of the ScanProvisionedProductsRequest.Builder
avoiding
the need to create one manually via ScanProvisionedProductsRequest.builder()
scanProvisionedProductsRequest
- A Consumer
that will call methods on ScanProvisionedProductsInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsResponse searchProducts() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products to which the caller has access.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
searchProducts(SearchProductsRequest)
,
AWS
API Documentationdefault SearchProductsResponse searchProducts(SearchProductsRequest searchProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products to which the caller has access.
searchProductsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsResponse searchProducts(Consumer<SearchProductsRequest.Builder> searchProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products to which the caller has access.
This is a convenience which creates an instance of the SearchProductsRequest.Builder
avoiding the need to
create one manually via SearchProductsRequest.builder()
searchProductsRequest
- A Consumer
that will call methods on SearchProductsInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsIterable searchProductsPaginator() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products to which the caller has access.
This is a variant of
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client.searchProductsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client .searchProductsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client.searchProductsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
searchProductsPaginator(SearchProductsRequest)
,
AWS
API Documentationdefault SearchProductsIterable searchProductsPaginator(SearchProductsRequest searchProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products to which the caller has access.
This is a variant of
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client.searchProductsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client .searchProductsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client.searchProductsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
searchProductsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsIterable searchProductsPaginator(Consumer<SearchProductsRequest.Builder> searchProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products to which the caller has access.
This is a variant of
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client.searchProductsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client .searchProductsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsIterable responses = client.searchProductsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
This is a convenience which creates an instance of the SearchProductsRequest.Builder
avoiding the need to
create one manually via SearchProductsRequest.builder()
searchProductsRequest
- A Consumer
that will call methods on SearchProductsInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsAsAdminResponse searchProductsAsAdmin() throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products for the specified portfolio or all products.
ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
searchProductsAsAdmin(SearchProductsAsAdminRequest)
,
AWS API Documentationdefault SearchProductsAsAdminResponse searchProductsAsAdmin(SearchProductsAsAdminRequest searchProductsAsAdminRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products for the specified portfolio or all products.
searchProductsAsAdminRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsAsAdminResponse searchProductsAsAdmin(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products for the specified portfolio or all products.
This is a convenience which creates an instance of the SearchProductsAsAdminRequest.Builder
avoiding the
need to create one manually via SearchProductsAsAdminRequest.builder()
searchProductsAsAdminRequest
- A Consumer
that will call methods on SearchProductsAsAdminInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsAsAdminIterable searchProductsAsAdminPaginator() throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products for the specified portfolio or all products.
This is a variant of
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client.searchProductsAsAdminPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client .searchProductsAsAdminPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client.searchProductsAsAdminPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation.
ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
searchProductsAsAdminPaginator(SearchProductsAsAdminRequest)
,
AWS API Documentationdefault SearchProductsAsAdminIterable searchProductsAsAdminPaginator(SearchProductsAsAdminRequest searchProductsAsAdminRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products for the specified portfolio or all products.
This is a variant of
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client.searchProductsAsAdminPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client .searchProductsAsAdminPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client.searchProductsAsAdminPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation.
searchProductsAsAdminRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProductsAsAdminIterable searchProductsAsAdminPaginator(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the products for the specified portfolio or all products.
This is a variant of
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client.searchProductsAsAdminPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client .searchProductsAsAdminPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminIterable responses = client.searchProductsAsAdminPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation.
This is a convenience which creates an instance of the SearchProductsAsAdminRequest.Builder
avoiding the
need to create one manually via SearchProductsAsAdminRequest.builder()
searchProductsAsAdminRequest
- A Consumer
that will call methods on SearchProductsAsAdminInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProvisionedProductsResponse searchProvisionedProducts() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the provisioned products that meet the specified criteria.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
searchProvisionedProducts(SearchProvisionedProductsRequest)
,
AWS API Documentationdefault SearchProvisionedProductsResponse searchProvisionedProducts(SearchProvisionedProductsRequest searchProvisionedProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the provisioned products that meet the specified criteria.
searchProvisionedProductsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProvisionedProductsResponse searchProvisionedProducts(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the provisioned products that meet the specified criteria.
This is a convenience which creates an instance of the SearchProvisionedProductsRequest.Builder
avoiding
the need to create one manually via SearchProvisionedProductsRequest.builder()
searchProvisionedProductsRequest
- A Consumer
that will call methods on SearchProvisionedProductsInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProvisionedProductsIterable searchProvisionedProductsPaginator() throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the provisioned products that meet the specified criteria.
This is a variant of
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client.searchProvisionedProductsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client .searchProvisionedProductsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client.searchProvisionedProductsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation.
InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
searchProvisionedProductsPaginator(SearchProvisionedProductsRequest)
,
AWS API Documentationdefault SearchProvisionedProductsIterable searchProvisionedProductsPaginator(SearchProvisionedProductsRequest searchProvisionedProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the provisioned products that meet the specified criteria.
This is a variant of
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client.searchProvisionedProductsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client .searchProvisionedProductsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client.searchProvisionedProductsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation.
searchProvisionedProductsRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchProvisionedProductsIterable searchProvisionedProductsPaginator(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest) throws InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Gets information about the provisioned products that meet the specified criteria.
This is a variant of
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client.searchProvisionedProductsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client .searchProvisionedProductsPaginator(request); for (software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsIterable responses = client.searchProvisionedProductsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation.
This is a convenience which creates an instance of the SearchProvisionedProductsRequest.Builder
avoiding
the need to create one manually via SearchProvisionedProductsRequest.builder()
searchProvisionedProductsRequest
- A Consumer
that will call methods on SearchProvisionedProductsInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TerminateProvisionedProductResponse terminateProvisionedProduct(TerminateProvisionedProductRequest terminateProvisionedProductRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
terminateProvisionedProductRequest
- ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TerminateProvisionedProductResponse terminateProvisionedProduct(Consumer<TerminateProvisionedProductRequest.Builder> terminateProvisionedProductRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the TerminateProvisionedProductRequest.Builder
avoiding the need to create one manually via TerminateProvisionedProductRequest.builder()
terminateProvisionedProductRequest
- A Consumer
that will call methods on TerminateProvisionedProductInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateConstraintResponse updateConstraint(UpdateConstraintRequest updateConstraintRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified constraint.
updateConstraintRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateConstraintResponse updateConstraint(Consumer<UpdateConstraintRequest.Builder> updateConstraintRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified constraint.
This is a convenience which creates an instance of the UpdateConstraintRequest.Builder
avoiding the need
to create one manually via UpdateConstraintRequest.builder()
updateConstraintRequest
- A Consumer
that will call methods on UpdateConstraintInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdatePortfolioResponse updatePortfolio(UpdatePortfolioRequest updatePortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified portfolio.
You cannot update a product that was shared with you.
updatePortfolioRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdatePortfolioResponse updatePortfolio(Consumer<UpdatePortfolioRequest.Builder> updatePortfolioRequest) throws InvalidParametersException, ResourceNotFoundException, LimitExceededException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified portfolio.
You cannot update a product that was shared with you.
This is a convenience which creates an instance of the UpdatePortfolioRequest.Builder
avoiding the need
to create one manually via UpdatePortfolioRequest.builder()
updatePortfolioRequest
- A Consumer
that will call methods on UpdatePortfolioInput.Builder
to create a request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.LimitExceededException
- The current limits of the service would have been exceeded by this operation. Decrease your resource use
or increase your service limits and retry the operation.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateProductResponse updateProduct(UpdateProductRequest updateProductRequest) throws ResourceNotFoundException, InvalidParametersException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified product.
updateProductRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateProductResponse updateProduct(Consumer<UpdateProductRequest.Builder> updateProductRequest) throws ResourceNotFoundException, InvalidParametersException, TagOptionNotMigratedException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified product.
This is a convenience which creates an instance of the UpdateProductRequest.Builder
avoiding the need to
create one manually via UpdateProductRequest.builder()
updateProductRequest
- A Consumer
that will call methods on UpdateProductInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateProvisionedProductResponse updateProvisionedProduct(UpdateProvisionedProductRequest updateProvisionedProductRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
updateProvisionedProductRequest
- InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateProvisionedProductResponse updateProvisionedProduct(Consumer<UpdateProvisionedProductRequest.Builder> updateProvisionedProductRequest) throws InvalidParametersException, ResourceNotFoundException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the UpdateProvisionedProductRequest.Builder
avoiding
the need to create one manually via UpdateProvisionedProductRequest.builder()
updateProvisionedProductRequest
- A Consumer
that will call methods on UpdateProvisionedProductInput.Builder
to create a
request.InvalidParametersException
- One or more parameters provided to the operation are not valid.ResourceNotFoundException
- The specified resource was not found.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateProvisioningArtifactResponse updateProvisioningArtifact(UpdateProvisioningArtifactRequest updateProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
updateProvisioningArtifactRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateProvisioningArtifactResponse updateProvisioningArtifact(Consumer<UpdateProvisioningArtifactRequest.Builder> updateProvisioningArtifactRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
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.
This is a convenience which creates an instance of the UpdateProvisioningArtifactRequest.Builder
avoiding
the need to create one manually via UpdateProvisioningArtifactRequest.builder()
updateProvisioningArtifactRequest
- A Consumer
that will call methods on UpdateProvisioningArtifactInput.Builder
to create a
request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateServiceActionResponse updateServiceAction(UpdateServiceActionRequest updateServiceActionRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates a self-service action.
updateServiceActionRequest
- ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateServiceActionResponse updateServiceAction(Consumer<UpdateServiceActionRequest.Builder> updateServiceActionRequest) throws ResourceNotFoundException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates a self-service action.
This is a convenience which creates an instance of the UpdateServiceActionRequest.Builder
avoiding the
need to create one manually via UpdateServiceActionRequest.builder()
updateServiceActionRequest
- A Consumer
that will call methods on UpdateServiceActionInput.Builder
to create a request.ResourceNotFoundException
- The specified resource was not found.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateTagOptionResponse updateTagOption(UpdateTagOptionRequest updateTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, DuplicateResourceException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified TagOption.
updateTagOptionRequest
- TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.DuplicateResourceException
- The specified resource is a duplicate.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateTagOptionResponse updateTagOption(Consumer<UpdateTagOptionRequest.Builder> updateTagOptionRequest) throws TagOptionNotMigratedException, ResourceNotFoundException, DuplicateResourceException, InvalidParametersException, AwsServiceException, SdkClientException, ServiceCatalogException
Updates the specified TagOption.
This is a convenience which creates an instance of the UpdateTagOptionRequest.Builder
avoiding the need
to create one manually via UpdateTagOptionRequest.builder()
updateTagOptionRequest
- A Consumer
that will call methods on UpdateTagOptionInput.Builder
to create a request.TagOptionNotMigratedException
- An operation requiring TagOptions failed because the TagOptions migration process has not been performed
for this account. Please use the AWS console to perform the migration process before retrying the
operation.ResourceNotFoundException
- The specified resource was not found.DuplicateResourceException
- The specified resource is a duplicate.InvalidParametersException
- One or more parameters provided to the operation are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ServiceCatalogException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.