@Generated(value="software.amazon.awssdk:codegen") public interface ServiceCatalogAsyncClient extends SdkClient
builder()
method.
AWS Service Catalog enables organizations to create and manage catalogs of IT services that are approved for 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 CompletableFuture<AcceptPortfolioShareResponse> |
acceptPortfolioShare(AcceptPortfolioShareRequest acceptPortfolioShareRequest)
Accepts an offer to share the specified portfolio.
|
default CompletableFuture<AcceptPortfolioShareResponse> |
acceptPortfolioShare(Consumer<AcceptPortfolioShareRequest.Builder> acceptPortfolioShareRequest)
Accepts an offer to share the specified portfolio.
|
default CompletableFuture<AssociateBudgetWithResourceResponse> |
associateBudgetWithResource(AssociateBudgetWithResourceRequest associateBudgetWithResourceRequest)
Associates the specified budget with the specified resource.
|
default CompletableFuture<AssociateBudgetWithResourceResponse> |
associateBudgetWithResource(Consumer<AssociateBudgetWithResourceRequest.Builder> associateBudgetWithResourceRequest)
Associates the specified budget with the specified resource.
|
default CompletableFuture<AssociatePrincipalWithPortfolioResponse> |
associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest associatePrincipalWithPortfolioRequest)
Associates the specified principal ARN with the specified portfolio.
|
default CompletableFuture<AssociatePrincipalWithPortfolioResponse> |
associatePrincipalWithPortfolio(Consumer<AssociatePrincipalWithPortfolioRequest.Builder> associatePrincipalWithPortfolioRequest)
Associates the specified principal ARN with the specified portfolio.
|
default CompletableFuture<AssociateProductWithPortfolioResponse> |
associateProductWithPortfolio(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest)
Associates the specified product with the specified portfolio.
|
default CompletableFuture<AssociateProductWithPortfolioResponse> |
associateProductWithPortfolio(Consumer<AssociateProductWithPortfolioRequest.Builder> associateProductWithPortfolioRequest)
Associates the specified product with the specified portfolio.
|
default CompletableFuture<AssociateServiceActionWithProvisioningArtifactResponse> |
associateServiceActionWithProvisioningArtifact(AssociateServiceActionWithProvisioningArtifactRequest associateServiceActionWithProvisioningArtifactRequest)
Associates a self-service action with a provisioning artifact.
|
default CompletableFuture<AssociateServiceActionWithProvisioningArtifactResponse> |
associateServiceActionWithProvisioningArtifact(Consumer<AssociateServiceActionWithProvisioningArtifactRequest.Builder> associateServiceActionWithProvisioningArtifactRequest)
Associates a self-service action with a provisioning artifact.
|
default CompletableFuture<AssociateTagOptionWithResourceResponse> |
associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
|
default CompletableFuture<AssociateTagOptionWithResourceResponse> |
associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
|
default CompletableFuture<BatchAssociateServiceActionWithProvisioningArtifactResponse> |
batchAssociateServiceActionWithProvisioningArtifact(BatchAssociateServiceActionWithProvisioningArtifactRequest batchAssociateServiceActionWithProvisioningArtifactRequest)
Associates multiple self-service actions with provisioning artifacts.
|
default CompletableFuture<BatchAssociateServiceActionWithProvisioningArtifactResponse> |
batchAssociateServiceActionWithProvisioningArtifact(Consumer<BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder> batchAssociateServiceActionWithProvisioningArtifactRequest)
Associates multiple self-service actions with provisioning artifacts.
|
default CompletableFuture<BatchDisassociateServiceActionFromProvisioningArtifactResponse> |
batchDisassociateServiceActionFromProvisioningArtifact(BatchDisassociateServiceActionFromProvisioningArtifactRequest batchDisassociateServiceActionFromProvisioningArtifactRequest)
Disassociates a batch of self-service actions from the specified provisioning artifact.
|
default CompletableFuture<BatchDisassociateServiceActionFromProvisioningArtifactResponse> |
batchDisassociateServiceActionFromProvisioningArtifact(Consumer<BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder> batchDisassociateServiceActionFromProvisioningArtifactRequest)
Disassociates a batch of self-service actions from the specified provisioning artifact.
|
static ServiceCatalogAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
ServiceCatalogAsyncClient . |
default CompletableFuture<CopyProductResponse> |
copyProduct(Consumer<CopyProductRequest.Builder> copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
default CompletableFuture<CopyProductResponse> |
copyProduct(CopyProductRequest copyProductRequest)
Copies the specified source product to the specified target product or a new product.
|
static ServiceCatalogAsyncClient |
create()
Create a
ServiceCatalogAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateConstraintResponse> |
createConstraint(Consumer<CreateConstraintRequest.Builder> createConstraintRequest)
Creates a constraint.
|
default CompletableFuture<CreateConstraintResponse> |
createConstraint(CreateConstraintRequest createConstraintRequest)
Creates a constraint.
|
default CompletableFuture<CreatePortfolioResponse> |
createPortfolio(Consumer<CreatePortfolioRequest.Builder> createPortfolioRequest)
Creates a portfolio.
|
default CompletableFuture<CreatePortfolioResponse> |
createPortfolio(CreatePortfolioRequest createPortfolioRequest)
Creates a portfolio.
|
default CompletableFuture<CreatePortfolioShareResponse> |
createPortfolioShare(Consumer<CreatePortfolioShareRequest.Builder> createPortfolioShareRequest)
Shares the specified portfolio with the specified account or organization node.
|
default CompletableFuture<CreatePortfolioShareResponse> |
createPortfolioShare(CreatePortfolioShareRequest createPortfolioShareRequest)
Shares the specified portfolio with the specified account or organization node.
|
default CompletableFuture<CreateProductResponse> |
createProduct(Consumer<CreateProductRequest.Builder> createProductRequest)
Creates a product.
|
default CompletableFuture<CreateProductResponse> |
createProduct(CreateProductRequest createProductRequest)
Creates a product.
|
default CompletableFuture<CreateProvisionedProductPlanResponse> |
createProvisionedProductPlan(Consumer<CreateProvisionedProductPlanRequest.Builder> createProvisionedProductPlanRequest)
Creates a plan.
|
default CompletableFuture<CreateProvisionedProductPlanResponse> |
createProvisionedProductPlan(CreateProvisionedProductPlanRequest createProvisionedProductPlanRequest)
Creates a plan.
|
default CompletableFuture<CreateProvisioningArtifactResponse> |
createProvisioningArtifact(Consumer<CreateProvisioningArtifactRequest.Builder> createProvisioningArtifactRequest)
Creates a provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<CreateProvisioningArtifactResponse> |
createProvisioningArtifact(CreateProvisioningArtifactRequest createProvisioningArtifactRequest)
Creates a provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<CreateServiceActionResponse> |
createServiceAction(Consumer<CreateServiceActionRequest.Builder> createServiceActionRequest)
Creates a self-service action.
|
default CompletableFuture<CreateServiceActionResponse> |
createServiceAction(CreateServiceActionRequest createServiceActionRequest)
Creates a self-service action.
|
default CompletableFuture<CreateTagOptionResponse> |
createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest)
Creates a TagOption.
|
default CompletableFuture<CreateTagOptionResponse> |
createTagOption(CreateTagOptionRequest createTagOptionRequest)
Creates a TagOption.
|
default CompletableFuture<DeleteConstraintResponse> |
deleteConstraint(Consumer<DeleteConstraintRequest.Builder> deleteConstraintRequest)
Deletes the specified constraint.
|
default CompletableFuture<DeleteConstraintResponse> |
deleteConstraint(DeleteConstraintRequest deleteConstraintRequest)
Deletes the specified constraint.
|
default CompletableFuture<DeletePortfolioResponse> |
deletePortfolio(Consumer<DeletePortfolioRequest.Builder> deletePortfolioRequest)
Deletes the specified portfolio.
|
default CompletableFuture<DeletePortfolioResponse> |
deletePortfolio(DeletePortfolioRequest deletePortfolioRequest)
Deletes the specified portfolio.
|
default CompletableFuture<DeletePortfolioShareResponse> |
deletePortfolioShare(Consumer<DeletePortfolioShareRequest.Builder> deletePortfolioShareRequest)
Stops sharing the specified portfolio with the specified account or organization node.
|
default CompletableFuture<DeletePortfolioShareResponse> |
deletePortfolioShare(DeletePortfolioShareRequest deletePortfolioShareRequest)
Stops sharing the specified portfolio with the specified account or organization node.
|
default CompletableFuture<DeleteProductResponse> |
deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest)
Deletes the specified product.
|
default CompletableFuture<DeleteProductResponse> |
deleteProduct(DeleteProductRequest deleteProductRequest)
Deletes the specified product.
|
default CompletableFuture<DeleteProvisionedProductPlanResponse> |
deleteProvisionedProductPlan(Consumer<DeleteProvisionedProductPlanRequest.Builder> deleteProvisionedProductPlanRequest)
Deletes the specified plan.
|
default CompletableFuture<DeleteProvisionedProductPlanResponse> |
deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest deleteProvisionedProductPlanRequest)
Deletes the specified plan.
|
default CompletableFuture<DeleteProvisioningArtifactResponse> |
deleteProvisioningArtifact(Consumer<DeleteProvisioningArtifactRequest.Builder> deleteProvisioningArtifactRequest)
Deletes the specified provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<DeleteProvisioningArtifactResponse> |
deleteProvisioningArtifact(DeleteProvisioningArtifactRequest deleteProvisioningArtifactRequest)
Deletes the specified provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<DeleteServiceActionResponse> |
deleteServiceAction(Consumer<DeleteServiceActionRequest.Builder> deleteServiceActionRequest)
Deletes a self-service action.
|
default CompletableFuture<DeleteServiceActionResponse> |
deleteServiceAction(DeleteServiceActionRequest deleteServiceActionRequest)
Deletes a self-service action.
|
default CompletableFuture<DeleteTagOptionResponse> |
deleteTagOption(Consumer<DeleteTagOptionRequest.Builder> deleteTagOptionRequest)
Deletes the specified TagOption.
|
default CompletableFuture<DeleteTagOptionResponse> |
deleteTagOption(DeleteTagOptionRequest deleteTagOptionRequest)
Deletes the specified TagOption.
|
default CompletableFuture<DescribeConstraintResponse> |
describeConstraint(Consumer<DescribeConstraintRequest.Builder> describeConstraintRequest)
Gets information about the specified constraint.
|
default CompletableFuture<DescribeConstraintResponse> |
describeConstraint(DescribeConstraintRequest describeConstraintRequest)
Gets information about the specified constraint.
|
default CompletableFuture<DescribeCopyProductStatusResponse> |
describeCopyProductStatus(Consumer<DescribeCopyProductStatusRequest.Builder> describeCopyProductStatusRequest)
Gets the status of the specified copy product operation.
|
default CompletableFuture<DescribeCopyProductStatusResponse> |
describeCopyProductStatus(DescribeCopyProductStatusRequest describeCopyProductStatusRequest)
Gets the status of the specified copy product operation.
|
default CompletableFuture<DescribePortfolioResponse> |
describePortfolio(Consumer<DescribePortfolioRequest.Builder> describePortfolioRequest)
Gets information about the specified portfolio.
|
default CompletableFuture<DescribePortfolioResponse> |
describePortfolio(DescribePortfolioRequest describePortfolioRequest)
Gets information about the specified portfolio.
|
default CompletableFuture<DescribePortfolioSharesResponse> |
describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default CompletableFuture<DescribePortfolioSharesResponse> |
describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default DescribePortfolioSharesPublisher |
describePortfolioSharesPaginator(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default DescribePortfolioSharesPublisher |
describePortfolioSharesPaginator(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
|
default CompletableFuture<DescribePortfolioShareStatusResponse> |
describePortfolioShareStatus(Consumer<DescribePortfolioShareStatusRequest.Builder> describePortfolioShareStatusRequest)
Gets the status of the specified portfolio share operation.
|
default CompletableFuture<DescribePortfolioShareStatusResponse> |
describePortfolioShareStatus(DescribePortfolioShareStatusRequest describePortfolioShareStatusRequest)
Gets the status of the specified portfolio share operation.
|
default CompletableFuture<DescribeProductResponse> |
describeProduct(Consumer<DescribeProductRequest.Builder> describeProductRequest)
Gets information about the specified product.
|
default CompletableFuture<DescribeProductResponse> |
describeProduct(DescribeProductRequest describeProductRequest)
Gets information about the specified product.
|
default CompletableFuture<DescribeProductAsAdminResponse> |
describeProductAsAdmin(Consumer<DescribeProductAsAdminRequest.Builder> describeProductAsAdminRequest)
Gets information about the specified product.
|
default CompletableFuture<DescribeProductAsAdminResponse> |
describeProductAsAdmin(DescribeProductAsAdminRequest describeProductAsAdminRequest)
Gets information about the specified product.
|
default CompletableFuture<DescribeProductViewResponse> |
describeProductView(Consumer<DescribeProductViewRequest.Builder> describeProductViewRequest)
Gets information about the specified product.
|
default CompletableFuture<DescribeProductViewResponse> |
describeProductView(DescribeProductViewRequest describeProductViewRequest)
Gets information about the specified product.
|
default CompletableFuture<DescribeProvisionedProductResponse> |
describeProvisionedProduct(Consumer<DescribeProvisionedProductRequest.Builder> describeProvisionedProductRequest)
Gets information about the specified provisioned product.
|
default CompletableFuture<DescribeProvisionedProductResponse> |
describeProvisionedProduct(DescribeProvisionedProductRequest describeProvisionedProductRequest)
Gets information about the specified provisioned product.
|
default CompletableFuture<DescribeProvisionedProductPlanResponse> |
describeProvisionedProductPlan(Consumer<DescribeProvisionedProductPlanRequest.Builder> describeProvisionedProductPlanRequest)
Gets information about the resource changes for the specified plan.
|
default CompletableFuture<DescribeProvisionedProductPlanResponse> |
describeProvisionedProductPlan(DescribeProvisionedProductPlanRequest describeProvisionedProductPlanRequest)
Gets information about the resource changes for the specified plan.
|
default CompletableFuture<DescribeProvisioningArtifactResponse> |
describeProvisioningArtifact(Consumer<DescribeProvisioningArtifactRequest.Builder> describeProvisioningArtifactRequest)
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<DescribeProvisioningArtifactResponse> |
describeProvisioningArtifact(DescribeProvisioningArtifactRequest describeProvisioningArtifactRequest)
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<DescribeProvisioningParametersResponse> |
describeProvisioningParameters(Consumer<DescribeProvisioningParametersRequest.Builder> describeProvisioningParametersRequest)
Gets information about the configuration required to provision the specified product using the specified
provisioning artifact.
|
default CompletableFuture<DescribeProvisioningParametersResponse> |
describeProvisioningParameters(DescribeProvisioningParametersRequest describeProvisioningParametersRequest)
Gets information about the configuration required to provision the specified product using the specified
provisioning artifact.
|
default CompletableFuture<DescribeRecordResponse> |
describeRecord(Consumer<DescribeRecordRequest.Builder> describeRecordRequest)
Gets information about the specified request operation.
|
default CompletableFuture<DescribeRecordResponse> |
describeRecord(DescribeRecordRequest describeRecordRequest)
Gets information about the specified request operation.
|
default CompletableFuture<DescribeServiceActionResponse> |
describeServiceAction(Consumer<DescribeServiceActionRequest.Builder> describeServiceActionRequest)
Describes a self-service action.
|
default CompletableFuture<DescribeServiceActionResponse> |
describeServiceAction(DescribeServiceActionRequest describeServiceActionRequest)
Describes a self-service action.
|
default CompletableFuture<DescribeServiceActionExecutionParametersResponse> |
describeServiceActionExecutionParameters(Consumer<DescribeServiceActionExecutionParametersRequest.Builder> describeServiceActionExecutionParametersRequest)
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a
map of the results to the user.
|
default CompletableFuture<DescribeServiceActionExecutionParametersResponse> |
describeServiceActionExecutionParameters(DescribeServiceActionExecutionParametersRequest describeServiceActionExecutionParametersRequest)
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a
map of the results to the user.
|
default CompletableFuture<DescribeTagOptionResponse> |
describeTagOption(Consumer<DescribeTagOptionRequest.Builder> describeTagOptionRequest)
Gets information about the specified TagOption.
|
default CompletableFuture<DescribeTagOptionResponse> |
describeTagOption(DescribeTagOptionRequest describeTagOptionRequest)
Gets information about the specified TagOption.
|
default CompletableFuture<DisableAwsOrganizationsAccessResponse> |
disableAWSOrganizationsAccess(Consumer<DisableAwsOrganizationsAccessRequest.Builder> disableAwsOrganizationsAccessRequest)
Disable portfolio sharing through AWS Organizations feature.
|
default CompletableFuture<DisableAwsOrganizationsAccessResponse> |
disableAWSOrganizationsAccess(DisableAwsOrganizationsAccessRequest disableAwsOrganizationsAccessRequest)
Disable portfolio sharing through AWS Organizations feature.
|
default CompletableFuture<DisassociateBudgetFromResourceResponse> |
disassociateBudgetFromResource(Consumer<DisassociateBudgetFromResourceRequest.Builder> disassociateBudgetFromResourceRequest)
Disassociates the specified budget from the specified resource.
|
default CompletableFuture<DisassociateBudgetFromResourceResponse> |
disassociateBudgetFromResource(DisassociateBudgetFromResourceRequest disassociateBudgetFromResourceRequest)
Disassociates the specified budget from the specified resource.
|
default CompletableFuture<DisassociatePrincipalFromPortfolioResponse> |
disassociatePrincipalFromPortfolio(Consumer<DisassociatePrincipalFromPortfolioRequest.Builder> disassociatePrincipalFromPortfolioRequest)
Disassociates a previously associated principal ARN from a specified portfolio.
|
default CompletableFuture<DisassociatePrincipalFromPortfolioResponse> |
disassociatePrincipalFromPortfolio(DisassociatePrincipalFromPortfolioRequest disassociatePrincipalFromPortfolioRequest)
Disassociates a previously associated principal ARN from a specified portfolio.
|
default CompletableFuture<DisassociateProductFromPortfolioResponse> |
disassociateProductFromPortfolio(Consumer<DisassociateProductFromPortfolioRequest.Builder> disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
|
default CompletableFuture<DisassociateProductFromPortfolioResponse> |
disassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
|
default CompletableFuture<DisassociateServiceActionFromProvisioningArtifactResponse> |
disassociateServiceActionFromProvisioningArtifact(Consumer<DisassociateServiceActionFromProvisioningArtifactRequest.Builder> disassociateServiceActionFromProvisioningArtifactRequest)
Disassociates the specified self-service action association from the specified provisioning artifact.
|
default CompletableFuture<DisassociateServiceActionFromProvisioningArtifactResponse> |
disassociateServiceActionFromProvisioningArtifact(DisassociateServiceActionFromProvisioningArtifactRequest disassociateServiceActionFromProvisioningArtifactRequest)
Disassociates the specified self-service action association from the specified provisioning artifact.
|
default CompletableFuture<DisassociateTagOptionFromResourceResponse> |
disassociateTagOptionFromResource(Consumer<DisassociateTagOptionFromResourceRequest.Builder> disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
|
default CompletableFuture<DisassociateTagOptionFromResourceResponse> |
disassociateTagOptionFromResource(DisassociateTagOptionFromResourceRequest disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
|
default CompletableFuture<EnableAwsOrganizationsAccessResponse> |
enableAWSOrganizationsAccess(Consumer<EnableAwsOrganizationsAccessRequest.Builder> enableAwsOrganizationsAccessRequest)
Enable portfolio sharing feature through AWS Organizations.
|
default CompletableFuture<EnableAwsOrganizationsAccessResponse> |
enableAWSOrganizationsAccess(EnableAwsOrganizationsAccessRequest enableAwsOrganizationsAccessRequest)
Enable portfolio sharing feature through AWS Organizations.
|
default CompletableFuture<ExecuteProvisionedProductPlanResponse> |
executeProvisionedProductPlan(Consumer<ExecuteProvisionedProductPlanRequest.Builder> executeProvisionedProductPlanRequest)
Provisions or modifies a product based on the resource changes for the specified plan.
|
default CompletableFuture<ExecuteProvisionedProductPlanResponse> |
executeProvisionedProductPlan(ExecuteProvisionedProductPlanRequest executeProvisionedProductPlanRequest)
Provisions or modifies a product based on the resource changes for the specified plan.
|
default CompletableFuture<ExecuteProvisionedProductServiceActionResponse> |
executeProvisionedProductServiceAction(Consumer<ExecuteProvisionedProductServiceActionRequest.Builder> executeProvisionedProductServiceActionRequest)
Executes a self-service action against a provisioned product.
|
default CompletableFuture<ExecuteProvisionedProductServiceActionResponse> |
executeProvisionedProductServiceAction(ExecuteProvisionedProductServiceActionRequest executeProvisionedProductServiceActionRequest)
Executes a self-service action against a provisioned product.
|
default CompletableFuture<GetAwsOrganizationsAccessStatusResponse> |
getAWSOrganizationsAccessStatus()
Get the Access Status for AWS Organization portfolio share feature.
|
default CompletableFuture<GetAwsOrganizationsAccessStatusResponse> |
getAWSOrganizationsAccessStatus(Consumer<GetAwsOrganizationsAccessStatusRequest.Builder> getAwsOrganizationsAccessStatusRequest)
Get the Access Status for AWS Organization portfolio share feature.
|
default CompletableFuture<GetAwsOrganizationsAccessStatusResponse> |
getAWSOrganizationsAccessStatus(GetAwsOrganizationsAccessStatusRequest getAwsOrganizationsAccessStatusRequest)
Get the Access Status for AWS Organization portfolio share feature.
|
default CompletableFuture<GetProvisionedProductOutputsResponse> |
getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName , along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
default CompletableFuture<GetProvisionedProductOutputsResponse> |
getProvisionedProductOutputs(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName , along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
default GetProvisionedProductOutputsPublisher |
getProvisionedProductOutputsPaginator(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName , along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
default GetProvisionedProductOutputsPublisher |
getProvisionedProductOutputsPaginator(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)
This API takes either a
ProvisonedProductId or a ProvisionedProductName , along with a
list of one or more output keys, and responds with the key/value pairs of those outputs. |
default CompletableFuture<ImportAsProvisionedProductResponse> |
importAsProvisionedProduct(Consumer<ImportAsProvisionedProductRequest.Builder> importAsProvisionedProductRequest)
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service
Catalog product and provisioning artifact.
|
default CompletableFuture<ImportAsProvisionedProductResponse> |
importAsProvisionedProduct(ImportAsProvisionedProductRequest importAsProvisionedProductRequest)
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service
Catalog product and provisioning artifact.
|
default CompletableFuture<ListAcceptedPortfolioSharesResponse> |
listAcceptedPortfolioShares()
Lists all portfolios for which sharing was accepted by this account.
|
default CompletableFuture<ListAcceptedPortfolioSharesResponse> |
listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default CompletableFuture<ListAcceptedPortfolioSharesResponse> |
listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesPublisher |
listAcceptedPortfolioSharesPaginator()
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesPublisher |
listAcceptedPortfolioSharesPaginator(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default ListAcceptedPortfolioSharesPublisher |
listAcceptedPortfolioSharesPaginator(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
|
default CompletableFuture<ListBudgetsForResourceResponse> |
listBudgetsForResource(Consumer<ListBudgetsForResourceRequest.Builder> listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
|
default CompletableFuture<ListBudgetsForResourceResponse> |
listBudgetsForResource(ListBudgetsForResourceRequest listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
|
default ListBudgetsForResourcePublisher |
listBudgetsForResourcePaginator(Consumer<ListBudgetsForResourceRequest.Builder> listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
|
default ListBudgetsForResourcePublisher |
listBudgetsForResourcePaginator(ListBudgetsForResourceRequest listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
|
default CompletableFuture<ListConstraintsForPortfolioResponse> |
listConstraintsForPortfolio(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default CompletableFuture<ListConstraintsForPortfolioResponse> |
listConstraintsForPortfolio(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioPublisher |
listConstraintsForPortfolioPaginator(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioPublisher |
listConstraintsForPortfolioPaginator(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default CompletableFuture<ListLaunchPathsResponse> |
listLaunchPaths(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest)
Lists the paths to the specified product.
|
default CompletableFuture<ListLaunchPathsResponse> |
listLaunchPaths(ListLaunchPathsRequest listLaunchPathsRequest)
Lists the paths to the specified product.
|
default ListLaunchPathsPublisher |
listLaunchPathsPaginator(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest)
Lists the paths to the specified product.
|
default ListLaunchPathsPublisher |
listLaunchPathsPaginator(ListLaunchPathsRequest listLaunchPathsRequest)
Lists the paths to the specified product.
|
default CompletableFuture<ListOrganizationPortfolioAccessResponse> |
listOrganizationPortfolioAccess(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default CompletableFuture<ListOrganizationPortfolioAccessResponse> |
listOrganizationPortfolioAccess(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default ListOrganizationPortfolioAccessPublisher |
listOrganizationPortfolioAccessPaginator(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default ListOrganizationPortfolioAccessPublisher |
listOrganizationPortfolioAccessPaginator(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio.
|
default CompletableFuture<ListPortfolioAccessResponse> |
listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default CompletableFuture<ListPortfolioAccessResponse> |
listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default ListPortfolioAccessPublisher |
listPortfolioAccessPaginator(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default ListPortfolioAccessPublisher |
listPortfolioAccessPaginator(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
|
default CompletableFuture<ListPortfoliosResponse> |
listPortfolios()
Lists all portfolios in the catalog.
|
default CompletableFuture<ListPortfoliosResponse> |
listPortfolios(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default CompletableFuture<ListPortfoliosResponse> |
listPortfolios(ListPortfoliosRequest listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default CompletableFuture<ListPortfoliosForProductResponse> |
listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default CompletableFuture<ListPortfoliosForProductResponse> |
listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosForProductPublisher |
listPortfoliosForProductPaginator(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosForProductPublisher |
listPortfoliosForProductPaginator(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosPublisher |
listPortfoliosPaginator()
Lists all portfolios in the catalog.
|
default ListPortfoliosPublisher |
listPortfoliosPaginator(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default ListPortfoliosPublisher |
listPortfoliosPaginator(ListPortfoliosRequest listPortfoliosRequest)
Lists all portfolios in the catalog.
|
default CompletableFuture<ListPrincipalsForPortfolioResponse> |
listPrincipalsForPortfolio(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default CompletableFuture<ListPrincipalsForPortfolioResponse> |
listPrincipalsForPortfolio(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default ListPrincipalsForPortfolioPublisher |
listPrincipalsForPortfolioPaginator(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default ListPrincipalsForPortfolioPublisher |
listPrincipalsForPortfolioPaginator(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
|
default CompletableFuture<ListProvisionedProductPlansResponse> |
listProvisionedProductPlans()
Lists the plans for the specified provisioned product or all plans to which the user has access.
|
default CompletableFuture<ListProvisionedProductPlansResponse> |
listProvisionedProductPlans(Consumer<ListProvisionedProductPlansRequest.Builder> listProvisionedProductPlansRequest)
Lists the plans for the specified provisioned product or all plans to which the user has access.
|
default CompletableFuture<ListProvisionedProductPlansResponse> |
listProvisionedProductPlans(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest)
Lists the plans for the specified provisioned product or all plans to which the user has access.
|
default CompletableFuture<ListProvisioningArtifactsResponse> |
listProvisioningArtifacts(Consumer<ListProvisioningArtifactsRequest.Builder> listProvisioningArtifactsRequest)
Lists all provisioning artifacts (also known as versions) for the specified product.
|
default CompletableFuture<ListProvisioningArtifactsResponse> |
listProvisioningArtifacts(ListProvisioningArtifactsRequest listProvisioningArtifactsRequest)
Lists all provisioning artifacts (also known as versions) for the specified product.
|
default CompletableFuture<ListProvisioningArtifactsForServiceActionResponse> |
listProvisioningArtifactsForServiceAction(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default CompletableFuture<ListProvisioningArtifactsForServiceActionResponse> |
listProvisioningArtifactsForServiceAction(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default ListProvisioningArtifactsForServiceActionPublisher |
listProvisioningArtifactsForServiceActionPaginator(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default ListProvisioningArtifactsForServiceActionPublisher |
listProvisioningArtifactsForServiceActionPaginator(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
|
default CompletableFuture<ListRecordHistoryResponse> |
listRecordHistory()
Lists the specified requests or all performed requests.
|
default CompletableFuture<ListRecordHistoryResponse> |
listRecordHistory(Consumer<ListRecordHistoryRequest.Builder> listRecordHistoryRequest)
Lists the specified requests or all performed requests.
|
default CompletableFuture<ListRecordHistoryResponse> |
listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest)
Lists the specified requests or all performed requests.
|
default CompletableFuture<ListResourcesForTagOptionResponse> |
listResourcesForTagOption(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default CompletableFuture<ListResourcesForTagOptionResponse> |
listResourcesForTagOption(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionPublisher |
listResourcesForTagOptionPaginator(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default ListResourcesForTagOptionPublisher |
listResourcesForTagOptionPaginator(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
|
default CompletableFuture<ListServiceActionsResponse> |
listServiceActions()
Lists all self-service actions.
|
default CompletableFuture<ListServiceActionsResponse> |
listServiceActions(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest)
Lists all self-service actions.
|
default CompletableFuture<ListServiceActionsResponse> |
listServiceActions(ListServiceActionsRequest listServiceActionsRequest)
Lists all self-service actions.
|
default CompletableFuture<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 CompletableFuture<ListServiceActionsForProvisioningArtifactResponse> |
listServiceActionsForProvisioningArtifact(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsForProvisioningArtifactPublisher |
listServiceActionsForProvisioningArtifactPaginator(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsForProvisioningArtifactPublisher |
listServiceActionsForProvisioningArtifactPaginator(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning
Artifact ID.
|
default ListServiceActionsPublisher |
listServiceActionsPaginator()
Lists all self-service actions.
|
default ListServiceActionsPublisher |
listServiceActionsPaginator(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest)
Lists all self-service actions.
|
default ListServiceActionsPublisher |
listServiceActionsPaginator(ListServiceActionsRequest listServiceActionsRequest)
Lists all self-service actions.
|
default CompletableFuture<ListStackInstancesForProvisionedProductResponse> |
listStackInstancesForProvisionedProduct(Consumer<ListStackInstancesForProvisionedProductRequest.Builder> listStackInstancesForProvisionedProductRequest)
Returns summary information about stack instances that are associated with the specified
CFN_STACKSET type provisioned product. |
default CompletableFuture<ListStackInstancesForProvisionedProductResponse> |
listStackInstancesForProvisionedProduct(ListStackInstancesForProvisionedProductRequest listStackInstancesForProvisionedProductRequest)
Returns summary information about stack instances that are associated with the specified
CFN_STACKSET type provisioned product. |
default CompletableFuture<ListTagOptionsResponse> |
listTagOptions()
Lists the specified TagOptions or all TagOptions.
|
default CompletableFuture<ListTagOptionsResponse> |
listTagOptions(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default CompletableFuture<ListTagOptionsResponse> |
listTagOptions(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsPublisher |
listTagOptionsPaginator()
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsPublisher |
listTagOptionsPaginator(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default ListTagOptionsPublisher |
listTagOptionsPaginator(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
|
default CompletableFuture<ProvisionProductResponse> |
provisionProduct(Consumer<ProvisionProductRequest.Builder> provisionProductRequest)
Provisions the specified product.
|
default CompletableFuture<ProvisionProductResponse> |
provisionProduct(ProvisionProductRequest provisionProductRequest)
Provisions the specified product.
|
default CompletableFuture<RejectPortfolioShareResponse> |
rejectPortfolioShare(Consumer<RejectPortfolioShareRequest.Builder> rejectPortfolioShareRequest)
Rejects an offer to share the specified portfolio.
|
default CompletableFuture<RejectPortfolioShareResponse> |
rejectPortfolioShare(RejectPortfolioShareRequest rejectPortfolioShareRequest)
Rejects an offer to share the specified portfolio.
|
default CompletableFuture<ScanProvisionedProductsResponse> |
scanProvisionedProducts()
Lists the provisioned products that are available (not terminated).
|
default CompletableFuture<ScanProvisionedProductsResponse> |
scanProvisionedProducts(Consumer<ScanProvisionedProductsRequest.Builder> scanProvisionedProductsRequest)
Lists the provisioned products that are available (not terminated).
|
default CompletableFuture<ScanProvisionedProductsResponse> |
scanProvisionedProducts(ScanProvisionedProductsRequest scanProvisionedProductsRequest)
Lists the provisioned products that are available (not terminated).
|
default CompletableFuture<SearchProductsResponse> |
searchProducts()
Gets information about the products to which the caller has access.
|
default CompletableFuture<SearchProductsResponse> |
searchProducts(Consumer<SearchProductsRequest.Builder> searchProductsRequest)
Gets information about the products to which the caller has access.
|
default CompletableFuture<SearchProductsResponse> |
searchProducts(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default CompletableFuture<SearchProductsAsAdminResponse> |
searchProductsAsAdmin()
Gets information about the products for the specified portfolio or all products.
|
default CompletableFuture<SearchProductsAsAdminResponse> |
searchProductsAsAdmin(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default CompletableFuture<SearchProductsAsAdminResponse> |
searchProductsAsAdmin(SearchProductsAsAdminRequest searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminPublisher |
searchProductsAsAdminPaginator()
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminPublisher |
searchProductsAsAdminPaginator(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsAsAdminPublisher |
searchProductsAsAdminPaginator(SearchProductsAsAdminRequest searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
|
default SearchProductsPublisher |
searchProductsPaginator()
Gets information about the products to which the caller has access.
|
default SearchProductsPublisher |
searchProductsPaginator(Consumer<SearchProductsRequest.Builder> searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsPublisher |
searchProductsPaginator(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default CompletableFuture<SearchProvisionedProductsResponse> |
searchProvisionedProducts()
Gets information about the provisioned products that meet the specified criteria.
|
default CompletableFuture<SearchProvisionedProductsResponse> |
searchProvisionedProducts(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default CompletableFuture<SearchProvisionedProductsResponse> |
searchProvisionedProducts(SearchProvisionedProductsRequest searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsPublisher |
searchProvisionedProductsPaginator()
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsPublisher |
searchProvisionedProductsPaginator(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default SearchProvisionedProductsPublisher |
searchProvisionedProductsPaginator(SearchProvisionedProductsRequest searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
|
default CompletableFuture<TerminateProvisionedProductResponse> |
terminateProvisionedProduct(Consumer<TerminateProvisionedProductRequest.Builder> terminateProvisionedProductRequest)
Terminates the specified provisioned product.
|
default CompletableFuture<TerminateProvisionedProductResponse> |
terminateProvisionedProduct(TerminateProvisionedProductRequest terminateProvisionedProductRequest)
Terminates the specified provisioned product.
|
default CompletableFuture<UpdateConstraintResponse> |
updateConstraint(Consumer<UpdateConstraintRequest.Builder> updateConstraintRequest)
Updates the specified constraint.
|
default CompletableFuture<UpdateConstraintResponse> |
updateConstraint(UpdateConstraintRequest updateConstraintRequest)
Updates the specified constraint.
|
default CompletableFuture<UpdatePortfolioResponse> |
updatePortfolio(Consumer<UpdatePortfolioRequest.Builder> updatePortfolioRequest)
Updates the specified portfolio.
|
default CompletableFuture<UpdatePortfolioResponse> |
updatePortfolio(UpdatePortfolioRequest updatePortfolioRequest)
Updates the specified portfolio.
|
default CompletableFuture<UpdatePortfolioShareResponse> |
updatePortfolioShare(Consumer<UpdatePortfolioShareRequest.Builder> updatePortfolioShareRequest)
Updates the specified portfolio share.
|
default CompletableFuture<UpdatePortfolioShareResponse> |
updatePortfolioShare(UpdatePortfolioShareRequest updatePortfolioShareRequest)
Updates the specified portfolio share.
|
default CompletableFuture<UpdateProductResponse> |
updateProduct(Consumer<UpdateProductRequest.Builder> updateProductRequest)
Updates the specified product.
|
default CompletableFuture<UpdateProductResponse> |
updateProduct(UpdateProductRequest updateProductRequest)
Updates the specified product.
|
default CompletableFuture<UpdateProvisionedProductResponse> |
updateProvisionedProduct(Consumer<UpdateProvisionedProductRequest.Builder> updateProvisionedProductRequest)
Requests updates to the configuration of the specified provisioned product.
|
default CompletableFuture<UpdateProvisionedProductResponse> |
updateProvisionedProduct(UpdateProvisionedProductRequest updateProvisionedProductRequest)
Requests updates to the configuration of the specified provisioned product.
|
default CompletableFuture<UpdateProvisionedProductPropertiesResponse> |
updateProvisionedProductProperties(Consumer<UpdateProvisionedProductPropertiesRequest.Builder> updateProvisionedProductPropertiesRequest)
Requests updates to the properties of the specified provisioned product.
|
default CompletableFuture<UpdateProvisionedProductPropertiesResponse> |
updateProvisionedProductProperties(UpdateProvisionedProductPropertiesRequest updateProvisionedProductPropertiesRequest)
Requests updates to the properties of the specified provisioned product.
|
default CompletableFuture<UpdateProvisioningArtifactResponse> |
updateProvisioningArtifact(Consumer<UpdateProvisioningArtifactRequest.Builder> updateProvisioningArtifactRequest)
Updates the specified provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<UpdateProvisioningArtifactResponse> |
updateProvisioningArtifact(UpdateProvisioningArtifactRequest updateProvisioningArtifactRequest)
Updates the specified provisioning artifact (also known as a version) for the specified product.
|
default CompletableFuture<UpdateServiceActionResponse> |
updateServiceAction(Consumer<UpdateServiceActionRequest.Builder> updateServiceActionRequest)
Updates a self-service action.
|
default CompletableFuture<UpdateServiceActionResponse> |
updateServiceAction(UpdateServiceActionRequest updateServiceActionRequest)
Updates a self-service action.
|
default CompletableFuture<UpdateTagOptionResponse> |
updateTagOption(Consumer<UpdateTagOptionRequest.Builder> updateTagOptionRequest)
Updates the specified TagOption.
|
default CompletableFuture<UpdateTagOptionResponse> |
updateTagOption(UpdateTagOptionRequest updateTagOptionRequest)
Updates the specified TagOption.
|
serviceName
close
static final String SERVICE_NAME
static ServiceCatalogAsyncClient create()
ServiceCatalogAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static ServiceCatalogAsyncClientBuilder builder()
ServiceCatalogAsyncClient
.default CompletableFuture<AcceptPortfolioShareResponse> acceptPortfolioShare(AcceptPortfolioShareRequest acceptPortfolioShareRequest)
Accepts an offer to share the specified portfolio.
acceptPortfolioShareRequest
- default CompletableFuture<AcceptPortfolioShareResponse> acceptPortfolioShare(Consumer<AcceptPortfolioShareRequest.Builder> acceptPortfolioShareRequest)
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.default CompletableFuture<AssociateBudgetWithResourceResponse> associateBudgetWithResource(AssociateBudgetWithResourceRequest associateBudgetWithResourceRequest)
Associates the specified budget with the specified resource.
associateBudgetWithResourceRequest
- default CompletableFuture<AssociateBudgetWithResourceResponse> associateBudgetWithResource(Consumer<AssociateBudgetWithResourceRequest.Builder> associateBudgetWithResourceRequest)
Associates the specified budget with the specified resource.
This is a convenience which creates an instance of the AssociateBudgetWithResourceRequest.Builder
avoiding the need to create one manually via AssociateBudgetWithResourceRequest.builder()
associateBudgetWithResourceRequest
- A Consumer
that will call methods on AssociateBudgetWithResourceInput.Builder
to create a
request.default CompletableFuture<AssociatePrincipalWithPortfolioResponse> associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest associatePrincipalWithPortfolioRequest)
Associates the specified principal ARN with the specified portfolio.
associatePrincipalWithPortfolioRequest
- default CompletableFuture<AssociatePrincipalWithPortfolioResponse> associatePrincipalWithPortfolio(Consumer<AssociatePrincipalWithPortfolioRequest.Builder> associatePrincipalWithPortfolioRequest)
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.default CompletableFuture<AssociateProductWithPortfolioResponse> associateProductWithPortfolio(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest)
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
associateProductWithPortfolioRequest
- default CompletableFuture<AssociateProductWithPortfolioResponse> associateProductWithPortfolio(Consumer<AssociateProductWithPortfolioRequest.Builder> associateProductWithPortfolioRequest)
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<AssociateServiceActionWithProvisioningArtifactResponse> associateServiceActionWithProvisioningArtifact(AssociateServiceActionWithProvisioningArtifactRequest associateServiceActionWithProvisioningArtifactRequest)
Associates a self-service action with a provisioning artifact.
associateServiceActionWithProvisioningArtifactRequest
- default CompletableFuture<AssociateServiceActionWithProvisioningArtifactResponse> associateServiceActionWithProvisioningArtifact(Consumer<AssociateServiceActionWithProvisioningArtifactRequest.Builder> associateServiceActionWithProvisioningArtifactRequest)
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.default CompletableFuture<AssociateTagOptionWithResourceResponse> associateTagOptionWithResource(AssociateTagOptionWithResourceRequest associateTagOptionWithResourceRequest)
Associate the specified TagOption with the specified portfolio or product.
associateTagOptionWithResourceRequest
- default CompletableFuture<AssociateTagOptionWithResourceResponse> associateTagOptionWithResource(Consumer<AssociateTagOptionWithResourceRequest.Builder> associateTagOptionWithResourceRequest)
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.default CompletableFuture<BatchAssociateServiceActionWithProvisioningArtifactResponse> batchAssociateServiceActionWithProvisioningArtifact(BatchAssociateServiceActionWithProvisioningArtifactRequest batchAssociateServiceActionWithProvisioningArtifactRequest)
Associates multiple self-service actions with provisioning artifacts.
batchAssociateServiceActionWithProvisioningArtifactRequest
- default CompletableFuture<BatchAssociateServiceActionWithProvisioningArtifactResponse> batchAssociateServiceActionWithProvisioningArtifact(Consumer<BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder> batchAssociateServiceActionWithProvisioningArtifactRequest)
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.default CompletableFuture<BatchDisassociateServiceActionFromProvisioningArtifactResponse> batchDisassociateServiceActionFromProvisioningArtifact(BatchDisassociateServiceActionFromProvisioningArtifactRequest batchDisassociateServiceActionFromProvisioningArtifactRequest)
Disassociates a batch of self-service actions from the specified provisioning artifact.
batchDisassociateServiceActionFromProvisioningArtifactRequest
- default CompletableFuture<BatchDisassociateServiceActionFromProvisioningArtifactResponse> batchDisassociateServiceActionFromProvisioningArtifact(Consumer<BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder> batchDisassociateServiceActionFromProvisioningArtifactRequest)
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.default CompletableFuture<CopyProductResponse> copyProduct(CopyProductRequest copyProductRequest)
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
- default CompletableFuture<CopyProductResponse> copyProduct(Consumer<CopyProductRequest.Builder> copyProductRequest)
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.default CompletableFuture<CreateConstraintResponse> createConstraint(CreateConstraintRequest createConstraintRequest)
Creates a constraint.
A delegated admin is authorized to invoke this command.
createConstraintRequest
- default CompletableFuture<CreateConstraintResponse> createConstraint(Consumer<CreateConstraintRequest.Builder> createConstraintRequest)
Creates a constraint.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<CreatePortfolioResponse> createPortfolio(CreatePortfolioRequest createPortfolioRequest)
Creates a portfolio.
A delegated admin is authorized to invoke this command.
createPortfolioRequest
- default CompletableFuture<CreatePortfolioResponse> createPortfolio(Consumer<CreatePortfolioRequest.Builder> createPortfolioRequest)
Creates a portfolio.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<CreatePortfolioShareResponse> createPortfolioShare(CreatePortfolioShareRequest createPortfolioShareRequest)
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account.
Note that if a delegated admin is de-registered, they can no longer create portfolio shares.
AWSOrganizationsAccess
must be enabled in order to create a portfolio share to an organization node.
You can't share a shared resource, including portfolios that contain a shared product.
If the portfolio share with the specified account or organization node already exists, this action will have no
effect and will not return an error. To update an existing share, you must use the
UpdatePortfolioShare
API instead.
createPortfolioShareRequest
- default CompletableFuture<CreatePortfolioShareResponse> createPortfolioShare(Consumer<CreatePortfolioShareRequest.Builder> createPortfolioShareRequest)
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account.
Note that if a delegated admin is de-registered, they can no longer create portfolio shares.
AWSOrganizationsAccess
must be enabled in order to create a portfolio share to an organization node.
You can't share a shared resource, including portfolios that contain a shared product.
If the portfolio share with the specified account or organization node already exists, this action will have no
effect and will not return an error. To update an existing share, you must use the
UpdatePortfolioShare
API instead.
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.default CompletableFuture<CreateProductResponse> createProduct(CreateProductRequest createProductRequest)
Creates a product.
A delegated admin is authorized to invoke this command.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProductRequest
- default CompletableFuture<CreateProductResponse> createProduct(Consumer<CreateProductRequest.Builder> createProductRequest)
Creates a product.
A delegated admin is authorized to invoke this command.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
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.default CompletableFuture<CreateProvisionedProductPlanResponse> createProvisionedProductPlan(CreateProvisionedProductPlanRequest createProvisionedProductPlanRequest)
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
- default CompletableFuture<CreateProvisionedProductPlanResponse> createProvisionedProductPlan(Consumer<CreateProvisionedProductPlanRequest.Builder> createProvisionedProductPlanRequest)
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.default CompletableFuture<CreateProvisioningArtifactResponse> createProvisioningArtifact(CreateProvisioningArtifactRequest createProvisioningArtifactRequest)
Creates a provisioning artifact (also known as a version) for the specified product.
You cannot create a provisioning artifact for a product that was shared with you.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
createProvisioningArtifactRequest
- default CompletableFuture<CreateProvisioningArtifactResponse> createProvisioningArtifact(Consumer<CreateProvisioningArtifactRequest.Builder> createProvisioningArtifactRequest)
Creates a provisioning artifact (also known as a version) for the specified product.
You cannot create a provisioning artifact for a product that was shared with you.
The user or role that performs this operation must have the cloudformation:GetTemplate
IAM policy
permission. This policy permission is required when using the ImportFromPhysicalId
template source
in the information data section.
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.default CompletableFuture<CreateServiceActionResponse> createServiceAction(CreateServiceActionRequest createServiceActionRequest)
Creates a self-service action.
createServiceActionRequest
- default CompletableFuture<CreateServiceActionResponse> createServiceAction(Consumer<CreateServiceActionRequest.Builder> createServiceActionRequest)
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.default CompletableFuture<CreateTagOptionResponse> createTagOption(CreateTagOptionRequest createTagOptionRequest)
Creates a TagOption.
createTagOptionRequest
- default CompletableFuture<CreateTagOptionResponse> createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest)
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.default CompletableFuture<DeleteConstraintResponse> deleteConstraint(DeleteConstraintRequest deleteConstraintRequest)
Deletes the specified constraint.
A delegated admin is authorized to invoke this command.
deleteConstraintRequest
- default CompletableFuture<DeleteConstraintResponse> deleteConstraint(Consumer<DeleteConstraintRequest.Builder> deleteConstraintRequest)
Deletes the specified constraint.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<DeletePortfolioResponse> deletePortfolio(DeletePortfolioRequest deletePortfolioRequest)
Deletes the specified portfolio.
You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.
A delegated admin is authorized to invoke this command.
deletePortfolioRequest
- default CompletableFuture<DeletePortfolioResponse> deletePortfolio(Consumer<DeletePortfolioRequest.Builder> deletePortfolioRequest)
Deletes the specified portfolio.
You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<DeletePortfolioShareResponse> deletePortfolioShare(DeletePortfolioShareRequest deletePortfolioShareRequest)
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator.
Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
deletePortfolioShareRequest
- default CompletableFuture<DeletePortfolioShareResponse> deletePortfolioShare(Consumer<DeletePortfolioShareRequest.Builder> deletePortfolioShareRequest)
Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator.
Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
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.default CompletableFuture<DeleteProductResponse> deleteProduct(DeleteProductRequest deleteProductRequest)
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
A delegated admin is authorized to invoke this command.
deleteProductRequest
- default CompletableFuture<DeleteProductResponse> deleteProduct(Consumer<DeleteProductRequest.Builder> deleteProductRequest)
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<DeleteProvisionedProductPlanResponse> deleteProvisionedProductPlan(DeleteProvisionedProductPlanRequest deleteProvisionedProductPlanRequest)
Deletes the specified plan.
deleteProvisionedProductPlanRequest
- default CompletableFuture<DeleteProvisionedProductPlanResponse> deleteProvisionedProductPlan(Consumer<DeleteProvisionedProductPlanRequest.Builder> deleteProvisionedProductPlanRequest)
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.default CompletableFuture<DeleteProvisioningArtifactResponse> deleteProvisioningArtifact(DeleteProvisioningArtifactRequest deleteProvisioningArtifactRequest)
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
- default CompletableFuture<DeleteProvisioningArtifactResponse> deleteProvisioningArtifact(Consumer<DeleteProvisioningArtifactRequest.Builder> deleteProvisioningArtifactRequest)
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.default CompletableFuture<DeleteServiceActionResponse> deleteServiceAction(DeleteServiceActionRequest deleteServiceActionRequest)
Deletes a self-service action.
deleteServiceActionRequest
- default CompletableFuture<DeleteServiceActionResponse> deleteServiceAction(Consumer<DeleteServiceActionRequest.Builder> deleteServiceActionRequest)
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.default CompletableFuture<DeleteTagOptionResponse> deleteTagOption(DeleteTagOptionRequest deleteTagOptionRequest)
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
deleteTagOptionRequest
- default CompletableFuture<DeleteTagOptionResponse> deleteTagOption(Consumer<DeleteTagOptionRequest.Builder> deleteTagOptionRequest)
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.default CompletableFuture<DescribeConstraintResponse> describeConstraint(DescribeConstraintRequest describeConstraintRequest)
Gets information about the specified constraint.
describeConstraintRequest
- default CompletableFuture<DescribeConstraintResponse> describeConstraint(Consumer<DescribeConstraintRequest.Builder> describeConstraintRequest)
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.default CompletableFuture<DescribeCopyProductStatusResponse> describeCopyProductStatus(DescribeCopyProductStatusRequest describeCopyProductStatusRequest)
Gets the status of the specified copy product operation.
describeCopyProductStatusRequest
- default CompletableFuture<DescribeCopyProductStatusResponse> describeCopyProductStatus(Consumer<DescribeCopyProductStatusRequest.Builder> describeCopyProductStatusRequest)
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.default CompletableFuture<DescribePortfolioResponse> describePortfolio(DescribePortfolioRequest describePortfolioRequest)
Gets information about the specified portfolio.
A delegated admin is authorized to invoke this command.
describePortfolioRequest
- default CompletableFuture<DescribePortfolioResponse> describePortfolio(Consumer<DescribePortfolioRequest.Builder> describePortfolioRequest)
Gets information about the specified portfolio.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<DescribePortfolioShareStatusResponse> describePortfolioShareStatus(DescribePortfolioShareStatusRequest describePortfolioShareStatusRequest)
Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
describePortfolioShareStatusRequest
- default CompletableFuture<DescribePortfolioShareStatusResponse> describePortfolioShareStatus(Consumer<DescribePortfolioShareStatusRequest.Builder> describePortfolioShareStatusRequest)
Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
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.default CompletableFuture<DescribePortfolioSharesResponse> describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
describePortfolioSharesRequest
- default CompletableFuture<DescribePortfolioSharesResponse> describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
This is a convenience which creates an instance of the DescribePortfolioSharesRequest.Builder
avoiding
the need to create one manually via DescribePortfolioSharesRequest.builder()
describePortfolioSharesRequest
- A Consumer
that will call methods on DescribePortfolioSharesInput.Builder
to create a
request.default DescribePortfolioSharesPublisher describePortfolioSharesPaginator(DescribePortfolioSharesRequest describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
This is a variant of
describePortfolioShares(software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.DescribePortfolioSharesPublisher publisher = client.describePortfolioSharesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.DescribePortfolioSharesPublisher publisher = client.describePortfolioSharesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describePortfolioShares(software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesRequest)
operation.
describePortfolioSharesRequest
- default DescribePortfolioSharesPublisher describePortfolioSharesPaginator(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
You can use this API to determine which accounts or organizational nodes this portfolio have been shared, whether the recipient entity has imported the share, and whether TagOptions are included with the share.
The PortfolioId
and Type
parameters are both required.
This is a variant of
describePortfolioShares(software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.DescribePortfolioSharesPublisher publisher = client.describePortfolioSharesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.DescribePortfolioSharesPublisher publisher = client.describePortfolioSharesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describePortfolioShares(software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesRequest)
operation.
This is a convenience which creates an instance of the DescribePortfolioSharesRequest.Builder
avoiding
the need to create one manually via DescribePortfolioSharesRequest.builder()
describePortfolioSharesRequest
- A Consumer
that will call methods on DescribePortfolioSharesInput.Builder
to create a
request.default CompletableFuture<DescribeProductResponse> describeProduct(DescribeProductRequest describeProductRequest)
Gets information about the specified product.
describeProductRequest
- default CompletableFuture<DescribeProductResponse> describeProduct(Consumer<DescribeProductRequest.Builder> describeProductRequest)
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.default CompletableFuture<DescribeProductAsAdminResponse> describeProductAsAdmin(DescribeProductAsAdminRequest describeProductAsAdminRequest)
Gets information about the specified product. This operation is run with administrator access.
describeProductAsAdminRequest
- default CompletableFuture<DescribeProductAsAdminResponse> describeProductAsAdmin(Consumer<DescribeProductAsAdminRequest.Builder> describeProductAsAdminRequest)
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.default CompletableFuture<DescribeProductViewResponse> describeProductView(DescribeProductViewRequest describeProductViewRequest)
Gets information about the specified product.
describeProductViewRequest
- default CompletableFuture<DescribeProductViewResponse> describeProductView(Consumer<DescribeProductViewRequest.Builder> describeProductViewRequest)
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.default CompletableFuture<DescribeProvisionedProductResponse> describeProvisionedProduct(DescribeProvisionedProductRequest describeProvisionedProductRequest)
Gets information about the specified provisioned product.
describeProvisionedProductRequest
- DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for
localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned
product identifier. Customers must provide either Id or Name.default CompletableFuture<DescribeProvisionedProductResponse> describeProvisionedProduct(Consumer<DescribeProvisionedProductRequest.Builder> describeProvisionedProductRequest)
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. DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for
localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned
product identifier. Customers must provide either Id or Name.default CompletableFuture<DescribeProvisionedProductPlanResponse> describeProvisionedProductPlan(DescribeProvisionedProductPlanRequest describeProvisionedProductPlanRequest)
Gets information about the resource changes for the specified plan.
describeProvisionedProductPlanRequest
- default CompletableFuture<DescribeProvisionedProductPlanResponse> describeProvisionedProductPlan(Consumer<DescribeProvisionedProductPlanRequest.Builder> describeProvisionedProductPlanRequest)
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.default CompletableFuture<DescribeProvisioningArtifactResponse> describeProvisioningArtifact(DescribeProvisioningArtifactRequest describeProvisioningArtifactRequest)
Gets information about the specified provisioning artifact (also known as a version) for the specified product.
describeProvisioningArtifactRequest
- default CompletableFuture<DescribeProvisioningArtifactResponse> describeProvisioningArtifact(Consumer<DescribeProvisioningArtifactRequest.Builder> describeProvisioningArtifactRequest)
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.default CompletableFuture<DescribeProvisioningParametersResponse> describeProvisioningParameters(DescribeProvisioningParametersRequest describeProvisioningParametersRequest)
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
- default CompletableFuture<DescribeProvisioningParametersResponse> describeProvisioningParameters(Consumer<DescribeProvisioningParametersRequest.Builder> describeProvisioningParametersRequest)
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.default CompletableFuture<DescribeRecordResponse> describeRecord(DescribeRecordRequest describeRecordRequest)
Gets information about the specified request operation.
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product's history from when he was the owner.
describeRecordRequest
- default CompletableFuture<DescribeRecordResponse> describeRecord(Consumer<DescribeRecordRequest.Builder> describeRecordRequest)
Gets information about the specified request operation.
Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product's history from when he was the owner.
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.default CompletableFuture<DescribeServiceActionResponse> describeServiceAction(DescribeServiceActionRequest describeServiceActionRequest)
Describes a self-service action.
describeServiceActionRequest
- default CompletableFuture<DescribeServiceActionResponse> describeServiceAction(Consumer<DescribeServiceActionRequest.Builder> describeServiceActionRequest)
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.default CompletableFuture<DescribeServiceActionExecutionParametersResponse> describeServiceActionExecutionParameters(DescribeServiceActionExecutionParametersRequest describeServiceActionExecutionParametersRequest)
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.
describeServiceActionExecutionParametersRequest
- default CompletableFuture<DescribeServiceActionExecutionParametersResponse> describeServiceActionExecutionParameters(Consumer<DescribeServiceActionExecutionParametersRequest.Builder> describeServiceActionExecutionParametersRequest)
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.
This is a convenience which creates an instance of the
DescribeServiceActionExecutionParametersRequest.Builder
avoiding the need to create one manually via
DescribeServiceActionExecutionParametersRequest.builder()
describeServiceActionExecutionParametersRequest
- A Consumer
that will call methods on DescribeServiceActionExecutionParametersInput.Builder
to create a request.default CompletableFuture<DescribeTagOptionResponse> describeTagOption(DescribeTagOptionRequest describeTagOptionRequest)
Gets information about the specified TagOption.
describeTagOptionRequest
- default CompletableFuture<DescribeTagOptionResponse> describeTagOption(Consumer<DescribeTagOptionRequest.Builder> describeTagOptionRequest)
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.default CompletableFuture<DisableAwsOrganizationsAccessResponse> disableAWSOrganizationsAccess(DisableAwsOrganizationsAccessRequest disableAwsOrganizationsAccessRequest)
Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization.
This API can't be invoked if there are active delegated administrators in the organization.
Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess
.
disableAwsOrganizationsAccessRequest
- default CompletableFuture<DisableAwsOrganizationsAccessResponse> disableAWSOrganizationsAccess(Consumer<DisableAwsOrganizationsAccessRequest.Builder> disableAwsOrganizationsAccessRequest)
Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization.
This API can't be invoked if there are active delegated administrators in the organization.
Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess
.
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.default CompletableFuture<DisassociateBudgetFromResourceResponse> disassociateBudgetFromResource(DisassociateBudgetFromResourceRequest disassociateBudgetFromResourceRequest)
Disassociates the specified budget from the specified resource.
disassociateBudgetFromResourceRequest
- default CompletableFuture<DisassociateBudgetFromResourceResponse> disassociateBudgetFromResource(Consumer<DisassociateBudgetFromResourceRequest.Builder> disassociateBudgetFromResourceRequest)
Disassociates the specified budget from the specified resource.
This is a convenience which creates an instance of the DisassociateBudgetFromResourceRequest.Builder
avoiding the need to create one manually via DisassociateBudgetFromResourceRequest.builder()
disassociateBudgetFromResourceRequest
- A Consumer
that will call methods on DisassociateBudgetFromResourceInput.Builder
to create
a request.default CompletableFuture<DisassociatePrincipalFromPortfolioResponse> disassociatePrincipalFromPortfolio(DisassociatePrincipalFromPortfolioRequest disassociatePrincipalFromPortfolioRequest)
Disassociates a previously associated principal ARN from a specified portfolio.
disassociatePrincipalFromPortfolioRequest
- default CompletableFuture<DisassociatePrincipalFromPortfolioResponse> disassociatePrincipalFromPortfolio(Consumer<DisassociatePrincipalFromPortfolioRequest.Builder> disassociatePrincipalFromPortfolioRequest)
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.default CompletableFuture<DisassociateProductFromPortfolioResponse> disassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
A delegated admin is authorized to invoke this command.
disassociateProductFromPortfolioRequest
- default CompletableFuture<DisassociateProductFromPortfolioResponse> disassociateProductFromPortfolio(Consumer<DisassociateProductFromPortfolioRequest.Builder> disassociateProductFromPortfolioRequest)
Disassociates the specified product from the specified portfolio.
A delegated admin is authorized to invoke this command.
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.default CompletableFuture<DisassociateServiceActionFromProvisioningArtifactResponse> disassociateServiceActionFromProvisioningArtifact(DisassociateServiceActionFromProvisioningArtifactRequest disassociateServiceActionFromProvisioningArtifactRequest)
Disassociates the specified self-service action association from the specified provisioning artifact.
disassociateServiceActionFromProvisioningArtifactRequest
- default CompletableFuture<DisassociateServiceActionFromProvisioningArtifactResponse> disassociateServiceActionFromProvisioningArtifact(Consumer<DisassociateServiceActionFromProvisioningArtifactRequest.Builder> disassociateServiceActionFromProvisioningArtifactRequest)
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.default CompletableFuture<DisassociateTagOptionFromResourceResponse> disassociateTagOptionFromResource(DisassociateTagOptionFromResourceRequest disassociateTagOptionFromResourceRequest)
Disassociates the specified TagOption from the specified resource.
disassociateTagOptionFromResourceRequest
- default CompletableFuture<DisassociateTagOptionFromResourceResponse> disassociateTagOptionFromResource(Consumer<DisassociateTagOptionFromResourceRequest.Builder> disassociateTagOptionFromResourceRequest)
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.default CompletableFuture<EnableAwsOrganizationsAccessResponse> enableAWSOrganizationsAccess(EnableAwsOrganizationsAccessRequest enableAwsOrganizationsAccessRequest)
Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization.
By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.
Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess
.
enableAwsOrganizationsAccessRequest
- default CompletableFuture<EnableAwsOrganizationsAccessResponse> enableAWSOrganizationsAccess(Consumer<EnableAwsOrganizationsAccessRequest.Builder> enableAwsOrganizationsAccessRequest)
Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization.
By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.
Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess
.
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.default CompletableFuture<ExecuteProvisionedProductPlanResponse> executeProvisionedProductPlan(ExecuteProvisionedProductPlanRequest executeProvisionedProductPlanRequest)
Provisions or modifies a product based on the resource changes for the specified plan.
executeProvisionedProductPlanRequest
- default CompletableFuture<ExecuteProvisionedProductPlanResponse> executeProvisionedProductPlan(Consumer<ExecuteProvisionedProductPlanRequest.Builder> executeProvisionedProductPlanRequest)
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.default CompletableFuture<ExecuteProvisionedProductServiceActionResponse> executeProvisionedProductServiceAction(ExecuteProvisionedProductServiceActionRequest executeProvisionedProductServiceActionRequest)
Executes a self-service action against a provisioned product.
executeProvisionedProductServiceActionRequest
- default CompletableFuture<ExecuteProvisionedProductServiceActionResponse> executeProvisionedProductServiceAction(Consumer<ExecuteProvisionedProductServiceActionRequest.Builder> executeProvisionedProductServiceActionRequest)
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.default CompletableFuture<GetAwsOrganizationsAccessStatusResponse> getAWSOrganizationsAccessStatus(GetAwsOrganizationsAccessStatusRequest getAwsOrganizationsAccessStatusRequest)
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
getAwsOrganizationsAccessStatusRequest
- default CompletableFuture<GetAwsOrganizationsAccessStatusResponse> getAWSOrganizationsAccessStatus(Consumer<GetAwsOrganizationsAccessStatusRequest.Builder> getAwsOrganizationsAccessStatusRequest)
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
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.default CompletableFuture<GetAwsOrganizationsAccessStatusResponse> getAWSOrganizationsAccessStatus()
Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
default CompletableFuture<GetProvisionedProductOutputsResponse> getProvisionedProductOutputs(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
getProvisionedProductOutputsRequest
- default CompletableFuture<GetProvisionedProductOutputsResponse> getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
This is a convenience which creates an instance of the GetProvisionedProductOutputsRequest.Builder
avoiding the need to create one manually via GetProvisionedProductOutputsRequest.builder()
getProvisionedProductOutputsRequest
- A Consumer
that will call methods on GetProvisionedProductOutputsInput.Builder
to create a
request.default GetProvisionedProductOutputsPublisher getProvisionedProductOutputsPaginator(GetProvisionedProductOutputsRequest getProvisionedProductOutputsRequest)
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
This is a variant of
getProvisionedProductOutputs(software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.GetProvisionedProductOutputsPublisher publisher = client.getProvisionedProductOutputsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.GetProvisionedProductOutputsPublisher publisher = client.getProvisionedProductOutputsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getProvisionedProductOutputs(software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsRequest)
operation.
getProvisionedProductOutputsRequest
- default GetProvisionedProductOutputsPublisher getProvisionedProductOutputsPaginator(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)
This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a
list of one or more output keys, and responds with the key/value pairs of those outputs.
This is a variant of
getProvisionedProductOutputs(software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.GetProvisionedProductOutputsPublisher publisher = client.getProvisionedProductOutputsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.GetProvisionedProductOutputsPublisher publisher = client.getProvisionedProductOutputsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getProvisionedProductOutputs(software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsRequest)
operation.
This is a convenience which creates an instance of the GetProvisionedProductOutputsRequest.Builder
avoiding the need to create one manually via GetProvisionedProductOutputsRequest.builder()
getProvisionedProductOutputsRequest
- A Consumer
that will call methods on GetProvisionedProductOutputsInput.Builder
to create a
request.default CompletableFuture<ImportAsProvisionedProductResponse> importAsProvisionedProduct(ImportAsProvisionedProductRequest importAsProvisionedProductRequest)
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product.
Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported.
The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE
,
UPDATE_COMPLETE
, UPDATE_ROLLBACK_COMPLETE
, IMPORT_COMPLETE
,
IMPORT_ROLLBACK_COMPLETE
.
Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact.
The user or role that performs this operation must have the cloudformation:GetTemplate
and
cloudformation:DescribeStacks
IAM policy permissions.
importAsProvisionedProductRequest
- default CompletableFuture<ImportAsProvisionedProductResponse> importAsProvisionedProduct(Consumer<ImportAsProvisionedProductRequest.Builder> importAsProvisionedProductRequest)
Requests the import of a resource as a Service Catalog provisioned product that is associated to a Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product.
Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported.
The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE
,
UPDATE_COMPLETE
, UPDATE_ROLLBACK_COMPLETE
, IMPORT_COMPLETE
,
IMPORT_ROLLBACK_COMPLETE
.
Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact.
The user or role that performs this operation must have the cloudformation:GetTemplate
and
cloudformation:DescribeStacks
IAM policy permissions.
This is a convenience which creates an instance of the ImportAsProvisionedProductRequest.Builder
avoiding
the need to create one manually via ImportAsProvisionedProductRequest.builder()
importAsProvisionedProductRequest
- A Consumer
that will call methods on ImportAsProvisionedProductInput.Builder
to create a
request.default CompletableFuture<ListAcceptedPortfolioSharesResponse> listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
Lists all portfolios for which sharing was accepted by this account.
listAcceptedPortfolioSharesRequest
- default CompletableFuture<ListAcceptedPortfolioSharesResponse> listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
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.default CompletableFuture<ListAcceptedPortfolioSharesResponse> listAcceptedPortfolioShares()
Lists all portfolios for which sharing was accepted by this account.
default ListAcceptedPortfolioSharesPublisher listAcceptedPortfolioSharesPaginator()
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesPublisher publisher = client.listAcceptedPortfolioSharesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesPublisher publisher = client.listAcceptedPortfolioSharesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation.
default ListAcceptedPortfolioSharesPublisher listAcceptedPortfolioSharesPaginator(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesPublisher publisher = client.listAcceptedPortfolioSharesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesPublisher publisher = client.listAcceptedPortfolioSharesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAcceptedPortfolioShares(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesRequest)
operation.
listAcceptedPortfolioSharesRequest
- default ListAcceptedPortfolioSharesPublisher listAcceptedPortfolioSharesPaginator(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesPublisher publisher = client.listAcceptedPortfolioSharesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListAcceptedPortfolioSharesPublisher publisher = client.listAcceptedPortfolioSharesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListBudgetsForResourceResponse> listBudgetsForResource(ListBudgetsForResourceRequest listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
listBudgetsForResourceRequest
- default CompletableFuture<ListBudgetsForResourceResponse> listBudgetsForResource(Consumer<ListBudgetsForResourceRequest.Builder> listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
This is a convenience which creates an instance of the ListBudgetsForResourceRequest.Builder
avoiding the
need to create one manually via ListBudgetsForResourceRequest.builder()
listBudgetsForResourceRequest
- A Consumer
that will call methods on ListBudgetsForResourceInput.Builder
to create a
request.default ListBudgetsForResourcePublisher listBudgetsForResourcePaginator(ListBudgetsForResourceRequest listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
This is a variant of
listBudgetsForResource(software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListBudgetsForResourcePublisher publisher = client.listBudgetsForResourcePaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListBudgetsForResourcePublisher publisher = client.listBudgetsForResourcePaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listBudgetsForResource(software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceRequest)
operation.
listBudgetsForResourceRequest
- default ListBudgetsForResourcePublisher listBudgetsForResourcePaginator(Consumer<ListBudgetsForResourceRequest.Builder> listBudgetsForResourceRequest)
Lists all the budgets associated to the specified resource.
This is a variant of
listBudgetsForResource(software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListBudgetsForResourcePublisher publisher = client.listBudgetsForResourcePaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListBudgetsForResourcePublisher publisher = client.listBudgetsForResourcePaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listBudgetsForResource(software.amazon.awssdk.services.servicecatalog.model.ListBudgetsForResourceRequest)
operation.
This is a convenience which creates an instance of the ListBudgetsForResourceRequest.Builder
avoiding the
need to create one manually via ListBudgetsForResourceRequest.builder()
listBudgetsForResourceRequest
- A Consumer
that will call methods on ListBudgetsForResourceInput.Builder
to create a
request.default CompletableFuture<ListConstraintsForPortfolioResponse> listConstraintsForPortfolio(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
listConstraintsForPortfolioRequest
- default CompletableFuture<ListConstraintsForPortfolioResponse> listConstraintsForPortfolio(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
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.default ListConstraintsForPortfolioPublisher listConstraintsForPortfolioPaginator(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioPublisher publisher = client.listConstraintsForPortfolioPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioPublisher publisher = client.listConstraintsForPortfolioPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listConstraintsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioRequest)
operation.
listConstraintsForPortfolioRequest
- default ListConstraintsForPortfolioPublisher listConstraintsForPortfolioPaginator(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioPublisher publisher = client.listConstraintsForPortfolioPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListConstraintsForPortfolioPublisher publisher = client.listConstraintsForPortfolioPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListConstraintsForPortfolioResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListLaunchPathsResponse> listLaunchPaths(ListLaunchPathsRequest listLaunchPathsRequest)
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
- default CompletableFuture<ListLaunchPathsResponse> listLaunchPaths(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest)
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.default ListLaunchPathsPublisher listLaunchPathsPaginator(ListLaunchPathsRequest listLaunchPathsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsPublisher publisher = client.listLaunchPathsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsPublisher publisher = client.listLaunchPathsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLaunchPaths(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsRequest)
operation.
listLaunchPathsRequest
- default ListLaunchPathsPublisher listLaunchPathsPaginator(Consumer<ListLaunchPathsRequest.Builder> listLaunchPathsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsPublisher publisher = client.listLaunchPathsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListLaunchPathsPublisher publisher = client.listLaunchPathsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListLaunchPathsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListOrganizationPortfolioAccessResponse> listOrganizationPortfolioAccess(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
listOrganizationPortfolioAccessRequest
- default CompletableFuture<ListOrganizationPortfolioAccessResponse> listOrganizationPortfolioAccess(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
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.default ListOrganizationPortfolioAccessPublisher listOrganizationPortfolioAccessPaginator(ListOrganizationPortfolioAccessRequest listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
This is a variant of
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessPublisher publisher = client.listOrganizationPortfolioAccessPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessPublisher publisher = client.listOrganizationPortfolioAccessPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation.
listOrganizationPortfolioAccessRequest
- default ListOrganizationPortfolioAccessPublisher listOrganizationPortfolioAccessPaginator(Consumer<ListOrganizationPortfolioAccessRequest.Builder> listOrganizationPortfolioAccessRequest)
Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin.
If a delegated admin is de-registered, they can no longer perform this operation.
This is a variant of
listOrganizationPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessPublisher publisher = client.listOrganizationPortfolioAccessPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListOrganizationPortfolioAccessPublisher publisher = client.listOrganizationPortfolioAccessPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListOrganizationPortfolioAccessResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListPortfolioAccessResponse> listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
listPortfolioAccessRequest
- default CompletableFuture<ListPortfolioAccessResponse> listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
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.default ListPortfolioAccessPublisher listPortfolioAccessPaginator(ListPortfolioAccessRequest listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
This is a variant of
listPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfolioAccessPublisher publisher = client.listPortfolioAccessPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfolioAccessPublisher publisher = client.listPortfolioAccessPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessRequest)
operation.
listPortfolioAccessRequest
- default ListPortfolioAccessPublisher listPortfolioAccessPaginator(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)
Lists the account IDs that have access to the specified portfolio.
A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.
This is a variant of
listPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfolioAccessPublisher publisher = client.listPortfolioAccessPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfolioAccessPublisher publisher = client.listPortfolioAccessPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortfolioAccess(software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessRequest)
operation.
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.default CompletableFuture<ListPortfoliosResponse> listPortfolios(ListPortfoliosRequest listPortfoliosRequest)
Lists all portfolios in the catalog.
listPortfoliosRequest
- default CompletableFuture<ListPortfoliosResponse> listPortfolios(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest)
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.default CompletableFuture<ListPortfoliosResponse> listPortfolios()
Lists all portfolios in the catalog.
default CompletableFuture<ListPortfoliosForProductResponse> listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
listPortfoliosForProductRequest
- default CompletableFuture<ListPortfoliosForProductResponse> listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
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.default ListPortfoliosForProductPublisher listPortfoliosForProductPaginator(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductPublisher publisher = client.listPortfoliosForProductPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductPublisher publisher = client.listPortfoliosForProductPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortfoliosForProduct(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductRequest)
operation.
listPortfoliosForProductRequest
- default ListPortfoliosForProductPublisher listPortfoliosForProductPaginator(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductPublisher publisher = client.listPortfoliosForProductPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosForProductPublisher publisher = client.listPortfoliosForProductPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default ListPortfoliosPublisher listPortfoliosPaginator()
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosPublisher publisher = client.listPortfoliosPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosPublisher publisher = client.listPortfoliosPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
default ListPortfoliosPublisher listPortfoliosPaginator(ListPortfoliosRequest listPortfoliosRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosPublisher publisher = client.listPortfoliosPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosPublisher publisher = client.listPortfoliosPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPortfolios(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosRequest)
operation.
listPortfoliosRequest
- default ListPortfoliosPublisher listPortfoliosPaginator(Consumer<ListPortfoliosRequest.Builder> listPortfoliosRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosPublisher publisher = client.listPortfoliosPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPortfoliosPublisher publisher = client.listPortfoliosPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListPrincipalsForPortfolioResponse> listPrincipalsForPortfolio(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest)
Lists all principal ARNs associated with the specified portfolio.
listPrincipalsForPortfolioRequest
- default CompletableFuture<ListPrincipalsForPortfolioResponse> listPrincipalsForPortfolio(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest)
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.default ListPrincipalsForPortfolioPublisher listPrincipalsForPortfolioPaginator(ListPrincipalsForPortfolioRequest listPrincipalsForPortfolioRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioPublisher publisher = client.listPrincipalsForPortfolioPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioPublisher publisher = client.listPrincipalsForPortfolioPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPrincipalsForPortfolio(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioRequest)
operation.
listPrincipalsForPortfolioRequest
- default ListPrincipalsForPortfolioPublisher listPrincipalsForPortfolioPaginator(Consumer<ListPrincipalsForPortfolioRequest.Builder> listPrincipalsForPortfolioRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioPublisher publisher = client.listPrincipalsForPortfolioPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListPrincipalsForPortfolioPublisher publisher = client.listPrincipalsForPortfolioPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListPrincipalsForPortfolioResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListProvisionedProductPlansResponse> listProvisionedProductPlans(ListProvisionedProductPlansRequest listProvisionedProductPlansRequest)
Lists the plans for the specified provisioned product or all plans to which the user has access.
listProvisionedProductPlansRequest
- default CompletableFuture<ListProvisionedProductPlansResponse> listProvisionedProductPlans(Consumer<ListProvisionedProductPlansRequest.Builder> listProvisionedProductPlansRequest)
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.default CompletableFuture<ListProvisionedProductPlansResponse> listProvisionedProductPlans()
Lists the plans for the specified provisioned product or all plans to which the user has access.
default CompletableFuture<ListProvisioningArtifactsResponse> listProvisioningArtifacts(ListProvisioningArtifactsRequest listProvisioningArtifactsRequest)
Lists all provisioning artifacts (also known as versions) for the specified product.
listProvisioningArtifactsRequest
- default CompletableFuture<ListProvisioningArtifactsResponse> listProvisioningArtifacts(Consumer<ListProvisioningArtifactsRequest.Builder> listProvisioningArtifactsRequest)
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.default CompletableFuture<ListProvisioningArtifactsForServiceActionResponse> listProvisioningArtifactsForServiceAction(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest)
Lists all provisioning artifacts (also known as versions) for the specified self-service action.
listProvisioningArtifactsForServiceActionRequest
- default CompletableFuture<ListProvisioningArtifactsForServiceActionResponse> listProvisioningArtifactsForServiceAction(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest)
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.default ListProvisioningArtifactsForServiceActionPublisher listProvisioningArtifactsForServiceActionPaginator(ListProvisioningArtifactsForServiceActionRequest listProvisioningArtifactsForServiceActionRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionPublisher publisher = client.listProvisioningArtifactsForServiceActionPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionPublisher publisher = client.listProvisioningArtifactsForServiceActionPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProvisioningArtifactsForServiceAction(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionRequest)
operation.
listProvisioningArtifactsForServiceActionRequest
- default ListProvisioningArtifactsForServiceActionPublisher listProvisioningArtifactsForServiceActionPaginator(Consumer<ListProvisioningArtifactsForServiceActionRequest.Builder> listProvisioningArtifactsForServiceActionRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionPublisher publisher = client.listProvisioningArtifactsForServiceActionPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListProvisioningArtifactsForServiceActionPublisher publisher = client.listProvisioningArtifactsForServiceActionPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListProvisioningArtifactsForServiceActionResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListRecordHistoryResponse> listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest)
Lists the specified requests or all performed requests.
listRecordHistoryRequest
- default CompletableFuture<ListRecordHistoryResponse> listRecordHistory(Consumer<ListRecordHistoryRequest.Builder> listRecordHistoryRequest)
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.default CompletableFuture<ListRecordHistoryResponse> listRecordHistory()
Lists the specified requests or all performed requests.
default CompletableFuture<ListResourcesForTagOptionResponse> listResourcesForTagOption(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
Lists the resources associated with the specified TagOption.
listResourcesForTagOptionRequest
- default CompletableFuture<ListResourcesForTagOptionResponse> listResourcesForTagOption(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
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.default ListResourcesForTagOptionPublisher listResourcesForTagOptionPaginator(ListResourcesForTagOptionRequest listResourcesForTagOptionRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionPublisher publisher = client.listResourcesForTagOptionPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionPublisher publisher = client.listResourcesForTagOptionPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listResourcesForTagOption(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionRequest)
operation.
listResourcesForTagOptionRequest
- default ListResourcesForTagOptionPublisher listResourcesForTagOptionPaginator(Consumer<ListResourcesForTagOptionRequest.Builder> listResourcesForTagOptionRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionPublisher publisher = client.listResourcesForTagOptionPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListResourcesForTagOptionPublisher publisher = client.listResourcesForTagOptionPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListResourcesForTagOptionResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListServiceActionsResponse> listServiceActions(ListServiceActionsRequest listServiceActionsRequest)
Lists all self-service actions.
listServiceActionsRequest
- default CompletableFuture<ListServiceActionsResponse> listServiceActions(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest)
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.default CompletableFuture<ListServiceActionsResponse> listServiceActions()
Lists all self-service actions.
default CompletableFuture<ListServiceActionsForProvisioningArtifactResponse> listServiceActionsForProvisioningArtifact(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest)
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
listServiceActionsForProvisioningArtifactRequest
- default CompletableFuture<ListServiceActionsForProvisioningArtifactResponse> listServiceActionsForProvisioningArtifact(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest)
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.default ListServiceActionsForProvisioningArtifactPublisher listServiceActionsForProvisioningArtifactPaginator(ListServiceActionsForProvisioningArtifactRequest listServiceActionsForProvisioningArtifactRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactPublisher publisher = client.listServiceActionsForProvisioningArtifactPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactPublisher publisher = client.listServiceActionsForProvisioningArtifactPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceActionsForProvisioningArtifact(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactRequest)
operation.
listServiceActionsForProvisioningArtifactRequest
- default ListServiceActionsForProvisioningArtifactPublisher listServiceActionsForProvisioningArtifactPaginator(Consumer<ListServiceActionsForProvisioningArtifactRequest.Builder> listServiceActionsForProvisioningArtifactRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactPublisher publisher = client.listServiceActionsForProvisioningArtifactPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsForProvisioningArtifactPublisher publisher = client.listServiceActionsForProvisioningArtifactPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsForProvisioningArtifactResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default ListServiceActionsPublisher listServiceActionsPaginator()
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsPublisher publisher = client.listServiceActionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsPublisher publisher = client.listServiceActionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation.
default ListServiceActionsPublisher listServiceActionsPaginator(ListServiceActionsRequest listServiceActionsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsPublisher publisher = client.listServiceActionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsPublisher publisher = client.listServiceActionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceActions(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsRequest)
operation.
listServiceActionsRequest
- default ListServiceActionsPublisher listServiceActionsPaginator(Consumer<ListServiceActionsRequest.Builder> listServiceActionsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsPublisher publisher = client.listServiceActionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListServiceActionsPublisher publisher = client.listServiceActionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListServiceActionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ListStackInstancesForProvisionedProductResponse> listStackInstancesForProvisionedProduct(ListStackInstancesForProvisionedProductRequest listStackInstancesForProvisionedProductRequest)
Returns summary information about stack instances that are associated with the specified
CFN_STACKSET
type provisioned product. You can filter for stack instances that are associated with a
specific AWS account name or region.
listStackInstancesForProvisionedProductRequest
- default CompletableFuture<ListStackInstancesForProvisionedProductResponse> listStackInstancesForProvisionedProduct(Consumer<ListStackInstancesForProvisionedProductRequest.Builder> listStackInstancesForProvisionedProductRequest)
Returns summary information about stack instances that are associated with the specified
CFN_STACKSET
type provisioned product. You can filter for stack instances that are associated with a
specific AWS account name or region.
This is a convenience which creates an instance of the
ListStackInstancesForProvisionedProductRequest.Builder
avoiding the need to create one manually via
ListStackInstancesForProvisionedProductRequest.builder()
listStackInstancesForProvisionedProductRequest
- A Consumer
that will call methods on ListStackInstancesForProvisionedProductInput.Builder
to create a request.default CompletableFuture<ListTagOptionsResponse> listTagOptions(ListTagOptionsRequest listTagOptionsRequest)
Lists the specified TagOptions or all TagOptions.
listTagOptionsRequest
- default CompletableFuture<ListTagOptionsResponse> listTagOptions(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
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.default CompletableFuture<ListTagOptionsResponse> listTagOptions()
Lists the specified TagOptions or all TagOptions.
default ListTagOptionsPublisher listTagOptionsPaginator()
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsPublisher publisher = client.listTagOptionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsPublisher publisher = client.listTagOptionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
default ListTagOptionsPublisher listTagOptionsPaginator(ListTagOptionsRequest listTagOptionsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsPublisher publisher = client.listTagOptionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsPublisher publisher = client.listTagOptionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagOptions(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsRequest)
operation.
listTagOptionsRequest
- default ListTagOptionsPublisher listTagOptionsPaginator(Consumer<ListTagOptionsRequest.Builder> listTagOptionsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsPublisher publisher = client.listTagOptionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.ListTagOptionsPublisher publisher = client.listTagOptionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.ListTagOptionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<ProvisionProductResponse> provisionProduct(ProvisionProductRequest provisionProductRequest)
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
- default CompletableFuture<ProvisionProductResponse> provisionProduct(Consumer<ProvisionProductRequest.Builder> provisionProductRequest)
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.default CompletableFuture<RejectPortfolioShareResponse> rejectPortfolioShare(RejectPortfolioShareRequest rejectPortfolioShareRequest)
Rejects an offer to share the specified portfolio.
rejectPortfolioShareRequest
- default CompletableFuture<RejectPortfolioShareResponse> rejectPortfolioShare(Consumer<RejectPortfolioShareRequest.Builder> rejectPortfolioShareRequest)
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.default CompletableFuture<ScanProvisionedProductsResponse> scanProvisionedProducts(ScanProvisionedProductsRequest scanProvisionedProductsRequest)
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
scanProvisionedProductsRequest
- default CompletableFuture<ScanProvisionedProductsResponse> scanProvisionedProducts(Consumer<ScanProvisionedProductsRequest.Builder> scanProvisionedProductsRequest)
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.default CompletableFuture<ScanProvisionedProductsResponse> scanProvisionedProducts()
Lists the provisioned products that are available (not terminated).
To use additional filtering, see SearchProvisionedProducts.
default CompletableFuture<SearchProductsResponse> searchProducts(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
searchProductsRequest
- default CompletableFuture<SearchProductsResponse> searchProducts(Consumer<SearchProductsRequest.Builder> searchProductsRequest)
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.default CompletableFuture<SearchProductsResponse> searchProducts()
Gets information about the products to which the caller has access.
default CompletableFuture<SearchProductsAsAdminResponse> searchProductsAsAdmin(SearchProductsAsAdminRequest searchProductsAsAdminRequest)
Gets information about the products for the specified portfolio or all products.
searchProductsAsAdminRequest
- default CompletableFuture<SearchProductsAsAdminResponse> searchProductsAsAdmin(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)
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.default CompletableFuture<SearchProductsAsAdminResponse> searchProductsAsAdmin()
Gets information about the products for the specified portfolio or all products.
default SearchProductsAsAdminPublisher searchProductsAsAdminPaginator()
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminPublisher publisher = client.searchProductsAsAdminPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminPublisher publisher = client.searchProductsAsAdminPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation.
default SearchProductsAsAdminPublisher searchProductsAsAdminPaginator(SearchProductsAsAdminRequest searchProductsAsAdminRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminPublisher publisher = client.searchProductsAsAdminPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminPublisher publisher = client.searchProductsAsAdminPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchProductsAsAdmin(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminRequest)
operation.
searchProductsAsAdminRequest
- default SearchProductsAsAdminPublisher searchProductsAsAdminPaginator(Consumer<SearchProductsAsAdminRequest.Builder> searchProductsAsAdminRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminPublisher publisher = client.searchProductsAsAdminPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsAsAdminPublisher publisher = client.searchProductsAsAdminPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProductsAsAdminResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default SearchProductsPublisher searchProductsPaginator()
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsPublisher publisher = client.searchProductsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsPublisher publisher = client.searchProductsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
default SearchProductsPublisher searchProductsPaginator(SearchProductsRequest searchProductsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsPublisher publisher = client.searchProductsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsPublisher publisher = client.searchProductsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProductsRequest)
operation.
searchProductsRequest
- default SearchProductsPublisher searchProductsPaginator(Consumer<SearchProductsRequest.Builder> searchProductsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsPublisher publisher = client.searchProductsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProductsPublisher publisher = client.searchProductsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProductsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<SearchProvisionedProductsResponse> searchProvisionedProducts(SearchProvisionedProductsRequest searchProvisionedProductsRequest)
Gets information about the provisioned products that meet the specified criteria.
searchProvisionedProductsRequest
- default CompletableFuture<SearchProvisionedProductsResponse> searchProvisionedProducts(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest)
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.default CompletableFuture<SearchProvisionedProductsResponse> searchProvisionedProducts()
Gets information about the provisioned products that meet the specified criteria.
default SearchProvisionedProductsPublisher searchProvisionedProductsPaginator()
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsPublisher publisher = client.searchProvisionedProductsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsPublisher publisher = client.searchProvisionedProductsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation.
default SearchProvisionedProductsPublisher searchProvisionedProductsPaginator(SearchProvisionedProductsRequest searchProvisionedProductsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsPublisher publisher = client.searchProvisionedProductsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsPublisher publisher = client.searchProvisionedProductsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchProvisionedProducts(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsRequest)
operation.
searchProvisionedProductsRequest
- default SearchProvisionedProductsPublisher searchProvisionedProductsPaginator(Consumer<SearchProvisionedProductsRequest.Builder> searchProvisionedProductsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsPublisher publisher = client.searchProvisionedProductsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.servicecatalog.paginators.SearchProvisionedProductsPublisher publisher = client.searchProvisionedProductsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.servicecatalog.model.SearchProvisionedProductsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.default CompletableFuture<TerminateProvisionedProductResponse> terminateProvisionedProduct(TerminateProvisionedProductRequest terminateProvisionedProductRequest)
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
- default CompletableFuture<TerminateProvisionedProductResponse> terminateProvisionedProduct(Consumer<TerminateProvisionedProductRequest.Builder> terminateProvisionedProductRequest)
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.default CompletableFuture<UpdateConstraintResponse> updateConstraint(UpdateConstraintRequest updateConstraintRequest)
Updates the specified constraint.
updateConstraintRequest
- default CompletableFuture<UpdateConstraintResponse> updateConstraint(Consumer<UpdateConstraintRequest.Builder> updateConstraintRequest)
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.default CompletableFuture<UpdatePortfolioResponse> updatePortfolio(UpdatePortfolioRequest updatePortfolioRequest)
Updates the specified portfolio.
You cannot update a product that was shared with you.
updatePortfolioRequest
- default CompletableFuture<UpdatePortfolioResponse> updatePortfolio(Consumer<UpdatePortfolioRequest.Builder> updatePortfolioRequest)
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.default CompletableFuture<UpdatePortfolioShareResponse> updatePortfolioShare(UpdatePortfolioShareRequest updatePortfolioShareRequest)
Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share.
The portfolio share cannot be updated if the CreatePortfolioShare
operation is
IN_PROGRESS
, as the share is not available to recipient entities. In this case, you must wait for
the portfolio share to be COMPLETED.
You must provide the accountId
or organization node in the input, but not both.
If the portfolio is shared to both an external account and an organization node, and both shares need to be
updated, you must invoke UpdatePortfolioShare
separately for each share type.
This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare
API for
that action.
updatePortfolioShareRequest
- default CompletableFuture<UpdatePortfolioShareResponse> updatePortfolioShare(Consumer<UpdatePortfolioShareRequest.Builder> updatePortfolioShareRequest)
Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share.
The portfolio share cannot be updated if the CreatePortfolioShare
operation is
IN_PROGRESS
, as the share is not available to recipient entities. In this case, you must wait for
the portfolio share to be COMPLETED.
You must provide the accountId
or organization node in the input, but not both.
If the portfolio is shared to both an external account and an organization node, and both shares need to be
updated, you must invoke UpdatePortfolioShare
separately for each share type.
This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare
API for
that action.
This is a convenience which creates an instance of the UpdatePortfolioShareRequest.Builder
avoiding the
need to create one manually via UpdatePortfolioShareRequest.builder()
updatePortfolioShareRequest
- A Consumer
that will call methods on UpdatePortfolioShareInput.Builder
to create a
request.default CompletableFuture<UpdateProductResponse> updateProduct(UpdateProductRequest updateProductRequest)
Updates the specified product.
updateProductRequest
- default CompletableFuture<UpdateProductResponse> updateProduct(Consumer<UpdateProductRequest.Builder> updateProductRequest)
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.default CompletableFuture<UpdateProvisionedProductResponse> updateProvisionedProduct(UpdateProvisionedProductRequest updateProvisionedProductRequest)
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
- default CompletableFuture<UpdateProvisionedProductResponse> updateProvisionedProduct(Consumer<UpdateProvisionedProductRequest.Builder> updateProvisionedProductRequest)
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.default CompletableFuture<UpdateProvisionedProductPropertiesResponse> updateProvisionedProductProperties(UpdateProvisionedProductPropertiesRequest updateProvisionedProductPropertiesRequest)
Requests updates to the properties of the specified provisioned product.
updateProvisionedProductPropertiesRequest
- default CompletableFuture<UpdateProvisionedProductPropertiesResponse> updateProvisionedProductProperties(Consumer<UpdateProvisionedProductPropertiesRequest.Builder> updateProvisionedProductPropertiesRequest)
Requests updates to the properties of the specified provisioned product.
This is a convenience which creates an instance of the UpdateProvisionedProductPropertiesRequest.Builder
avoiding the need to create one manually via UpdateProvisionedProductPropertiesRequest.builder()
updateProvisionedProductPropertiesRequest
- A Consumer
that will call methods on UpdateProvisionedProductPropertiesInput.Builder
to
create a request.default CompletableFuture<UpdateProvisioningArtifactResponse> updateProvisioningArtifact(UpdateProvisioningArtifactRequest updateProvisioningArtifactRequest)
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
-