C# 클래스 Amazon.ServiceCatalog.AmazonServiceCatalogClient

Implementation for accessing ServiceCatalog AWS Service Catalog

Overview

AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS. This documentation provides reference material for the AWS Service Catalog end user API. To get the most out of this documentation, you need to be familiar with the terminology discussed in AWS Service Catalog Concepts.

Additional Resources

상속: AmazonServiceClient, IAmazonServiceCatalog
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse

Accepts an offer to share a portfolio.

AcceptPortfolioShareAsync ( AcceptPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AcceptPortfolioShare operation.

AmazonServiceCatalogClient ( ) : System

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonServiceCatalogClient ( AWSCredentials credentials ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials

AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials

AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonServiceCatalogClient ( RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse

Associates the specified principal ARN with the specified portfolio.

AssociatePrincipalWithPortfolioAsync ( AssociatePrincipalWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse

Associates a product with a portfolio.

AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.

BeginAcceptPortfolioShare ( AcceptPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AcceptPortfolioShare operation.

BeginAssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

BeginAssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.

BeginCreateConstraint ( CreateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateConstraint operation.

BeginCreatePortfolio ( CreatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePortfolio operation.

BeginCreatePortfolioShare ( CreatePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePortfolioShare operation.

BeginCreateProduct ( CreateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProduct operation.

BeginCreateProvisioningArtifact ( CreateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.

BeginDeleteConstraint ( DeleteConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteConstraint operation.

BeginDeletePortfolio ( DeletePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePortfolio operation.

BeginDeletePortfolioShare ( DeletePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePortfolioShare operation.

BeginDeleteProduct ( DeleteProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProduct operation.

BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.

BeginDescribeConstraint ( DescribeConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConstraint operation.

BeginDescribePortfolio ( DescribePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePortfolio operation.

BeginDescribeProduct ( DescribeProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProduct operation.

BeginDescribeProductAsAdmin ( DescribeProductAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.

BeginDescribeProductView ( DescribeProductViewRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProductView operation.

BeginDescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.

BeginDescribeProvisioningParameters ( DescribeProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.

BeginDescribeRecord ( DescribeRecordRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRecord operation.

BeginDisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

BeginDisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.

BeginListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.

BeginListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.

BeginListLaunchPaths ( ListLaunchPathsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListLaunchPaths operation.

BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfolioAccess operation.

BeginListPortfolios ( ListPortfoliosRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfolios operation.

BeginListPortfoliosForProduct ( ListPortfoliosForProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.

BeginListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.

BeginListProvisioningArtifacts ( ListProvisioningArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.

BeginListRecordHistory ( ListRecordHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListRecordHistory operation.

BeginProvisionProduct ( ProvisionProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ProvisionProduct operation.

BeginRejectPortfolioShare ( RejectPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RejectPortfolioShare operation.

BeginScanProvisionedProducts ( ScanProvisionedProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ScanProvisionedProducts operation.

BeginSearchProducts ( SearchProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SearchProducts operation.

BeginSearchProductsAsAdmin ( SearchProductsAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.

BeginTerminateProvisionedProduct ( TerminateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.

BeginUpdateConstraint ( UpdateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateConstraint operation.

BeginUpdatePortfolio ( UpdatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePortfolio operation.

BeginUpdateProduct ( UpdateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProduct operation.

BeginUpdateProvisionedProduct ( UpdateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.

BeginUpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.

CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse

Creates a new constraint.

CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateConstraint operation.

CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse

Creates a new portfolio.

CreatePortfolioAsync ( CreatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePortfolio operation.

CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse

Creates a new portfolio share.

CreatePortfolioShareAsync ( CreatePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePortfolioShare operation.

CreateProduct ( CreateProductRequest request ) : CreateProductResponse

Creates a new product.

CreateProductAsync ( CreateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProduct operation.

CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.

CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.

DeleteConstraint ( DeleteConstraintRequest request ) : DeleteConstraintResponse

Deletes the specified constraint.

DeleteConstraintAsync ( DeleteConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteConstraint operation.

DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.

DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePortfolio operation.

DeletePortfolioShare ( DeletePortfolioShareRequest request ) : DeletePortfolioShareResponse

Deletes the specified portfolio share.

DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePortfolioShare operation.

DeleteProduct ( DeleteProductRequest request ) : DeleteProductResponse

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.

DeleteProductAsync ( DeleteProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProduct operation.

DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).

DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.

DescribeConstraint ( DescribeConstraintRequest request ) : DescribeConstraintResponse

Retrieves detailed information for a specified constraint.

DescribeConstraintAsync ( DescribeConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConstraint operation.

DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse

Retrieves detailed information and any tags associated with the specified portfolio.

DescribePortfolioAsync ( DescribePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePortfolio operation.

DescribeProduct ( DescribeProductRequest request ) : DescribeProductResponse

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

DescribeProductAsAdmin ( DescribeProductAsAdminRequest request ) : DescribeProductAsAdminResponse

Retrieves information about a specified product, run with administrator access.

DescribeProductAsAdminAsync ( DescribeProductAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.

DescribeProductAsync ( DescribeProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProduct operation.

DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

DescribeProductViewAsync ( DescribeProductViewRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProductView operation.

DescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request ) : DescribeProvisioningArtifactResponse

Retrieves detailed information about the specified provisioning artifact.

DescribeProvisioningArtifactAsync ( DescribeProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.

DescribeProvisioningParameters ( DescribeProvisioningParametersRequest request ) : DescribeProvisioningParametersResponse

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.

DescribeProvisioningParametersAsync ( DescribeProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.

DescribeRecord ( DescribeRecordRequest request ) : DescribeRecordResponse

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

DescribeRecordAsync ( DescribeRecordRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRecord operation.

DisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request ) : DisassociatePrincipalFromPortfolioResponse

Disassociates a previously associated principal ARN from a specified portfolio.

DisassociatePrincipalFromPortfolioAsync ( DisassociatePrincipalFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse

Disassociates the specified product from the specified portfolio.

DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.

EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse

Finishes the asynchronous execution of the AcceptPortfolioShare operation.

EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.

EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse

Finishes the asynchronous execution of the CreateConstraint operation.

EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse

Finishes the asynchronous execution of the CreatePortfolio operation.

EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse

Finishes the asynchronous execution of the CreatePortfolioShare operation.

EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse

Finishes the asynchronous execution of the CreateProduct operation.

EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.

EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse

Finishes the asynchronous execution of the DeleteConstraint operation.

EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse

Finishes the asynchronous execution of the DeletePortfolio operation.

EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse

Finishes the asynchronous execution of the DeletePortfolioShare operation.

EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse

Finishes the asynchronous execution of the DeleteProduct operation.

EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.

EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse

Finishes the asynchronous execution of the DescribeConstraint operation.

EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse

Finishes the asynchronous execution of the DescribePortfolio operation.

EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse

Finishes the asynchronous execution of the DescribeProduct operation.

EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.

EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse

Finishes the asynchronous execution of the DescribeProductView operation.

EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.

EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.

EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse

Finishes the asynchronous execution of the DescribeRecord operation.

EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.

EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.

EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.

EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse

Finishes the asynchronous execution of the ListLaunchPaths operation.

EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse

Finishes the asynchronous execution of the ListPortfolioAccess operation.

EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse

Finishes the asynchronous execution of the ListPortfolios operation.

EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.

EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.

EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.

EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse

Finishes the asynchronous execution of the ListRecordHistory operation.

EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse

Finishes the asynchronous execution of the ProvisionProduct operation.

EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse

Finishes the asynchronous execution of the RejectPortfolioShare operation.

EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse

Finishes the asynchronous execution of the ScanProvisionedProducts operation.

EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse

Finishes the asynchronous execution of the SearchProducts operation.

EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.

EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.

EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse

Finishes the asynchronous execution of the UpdateConstraint operation.

EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse

Finishes the asynchronous execution of the UpdatePortfolio operation.

EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse

Finishes the asynchronous execution of the UpdateProduct operation.

EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.

EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.

ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse

Lists details of all portfolios for which sharing was accepted by this account.

ListAcceptedPortfolioSharesAsync ( ListAcceptedPortfolioSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.

ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse

Retrieves detailed constraint information for the specified portfolio and product.

ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.

ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListLaunchPaths operation.

ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse

Lists the account IDs that have been authorized sharing of the specified portfolio.

ListPortfolioAccessAsync ( ListPortfolioAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfolioAccess operation.

ListPortfolios ( ListPortfoliosRequest request ) : ListPortfoliosResponse

Lists all portfolios in the catalog.

ListPortfoliosAsync ( ListPortfoliosRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfolios operation.

ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse

Lists all portfolios that the specified product is associated with.

ListPortfoliosForProductAsync ( ListPortfoliosForProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.

ListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request ) : ListPrincipalsForPortfolioResponse

Lists all principal ARNs associated with the specified portfolio.

ListPrincipalsForPortfolioAsync ( ListPrincipalsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.

ListProvisioningArtifacts ( ListProvisioningArtifactsRequest request ) : ListProvisioningArtifactsResponse

Lists all provisioning artifacts associated with the specified product.

ListProvisioningArtifactsAsync ( ListProvisioningArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.

ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.

ListRecordHistoryAsync ( ListRecordHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListRecordHistory operation.

ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

ProvisionProductAsync ( ProvisionProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ProvisionProduct operation.

RejectPortfolioShare ( RejectPortfolioShareRequest request ) : RejectPortfolioShareResponse

Rejects an offer to share a portfolio.

RejectPortfolioShareAsync ( RejectPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RejectPortfolioShare operation.

ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).

ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ScanProvisionedProducts operation.

SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.

SearchProductsAsAdminAsync ( SearchProductsAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.

SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SearchProducts operation.

TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

TerminateProvisionedProductAsync ( TerminateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.

UpdateConstraint ( UpdateConstraintRequest request ) : UpdateConstraintResponse

Updates an existing constraint.

UpdateConstraintAsync ( UpdateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateConstraint operation.

UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.

UpdatePortfolioAsync ( UpdatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePortfolio operation.

UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse

Updates an existing product.

UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProduct operation.

UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

UpdateProvisionedProductAsync ( UpdateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.

UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.

UpdateProvisioningArtifactAsync ( UpdateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AcceptPortfolioShare() 공개 메소드

Accepts an offer to share a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare service method.
리턴 AcceptPortfolioShareResponse

AcceptPortfolioShareAsync() 공개 메소드

Initiates the asynchronous execution of the AcceptPortfolioShare operation.
public AcceptPortfolioShareAsync ( AcceptPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonServiceCatalogClient ( ) : System
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Credentials and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System
config AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonServiceCatalogClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
리턴 System

AmazonServiceCatalogClient() 공개 메소드

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
리턴 System

AssociatePrincipalWithPortfolio() 공개 메소드

Associates the specified principal ARN with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio service method.
리턴 AssociatePrincipalWithPortfolioResponse

AssociatePrincipalWithPortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public AssociatePrincipalWithPortfolioAsync ( AssociatePrincipalWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

AssociateProductWithPortfolio() 공개 메소드

Associates a product with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio service method.
리턴 AssociateProductWithPortfolioResponse

AssociateProductWithPortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

BeginAcceptPortfolioShare() 공개 메소드

Initiates the asynchronous execution of the AcceptPortfolioShare operation.
public BeginAcceptPortfolioShare ( AcceptPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginAssociatePrincipalWithPortfolio() 공개 메소드

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public BeginAssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginAssociateProductWithPortfolio() 공개 메소드

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public BeginAssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateConstraint() 공개 메소드

Initiates the asynchronous execution of the CreateConstraint operation.
public BeginCreateConstraint ( CreateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreatePortfolio() 공개 메소드

Initiates the asynchronous execution of the CreatePortfolio operation.
public BeginCreatePortfolio ( CreatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreatePortfolioShare() 공개 메소드

Initiates the asynchronous execution of the CreatePortfolioShare operation.
public BeginCreatePortfolioShare ( CreatePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateProduct() 공개 메소드

Initiates the asynchronous execution of the CreateProduct operation.
public BeginCreateProduct ( CreateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateProvisioningArtifact() 공개 메소드

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public BeginCreateProvisioningArtifact ( CreateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteConstraint() 공개 메소드

Initiates the asynchronous execution of the DeleteConstraint operation.
public BeginDeleteConstraint ( DeleteConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeletePortfolio() 공개 메소드

Initiates the asynchronous execution of the DeletePortfolio operation.
public BeginDeletePortfolio ( DeletePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeletePortfolioShare() 공개 메소드

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public BeginDeletePortfolioShare ( DeletePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteProduct() 공개 메소드

Initiates the asynchronous execution of the DeleteProduct operation.
public BeginDeleteProduct ( DeleteProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteProvisioningArtifact() 공개 메소드

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeConstraint() 공개 메소드

Initiates the asynchronous execution of the DescribeConstraint operation.
public BeginDescribeConstraint ( DescribeConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribePortfolio() 공개 메소드

Initiates the asynchronous execution of the DescribePortfolio operation.
public BeginDescribePortfolio ( DescribePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeProduct() 공개 메소드

Initiates the asynchronous execution of the DescribeProduct operation.
public BeginDescribeProduct ( DescribeProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeProductAsAdmin() 공개 메소드

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.
public BeginDescribeProductAsAdmin ( DescribeProductAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeProductView() 공개 메소드

Initiates the asynchronous execution of the DescribeProductView operation.
public BeginDescribeProductView ( DescribeProductViewRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeProvisioningArtifact() 공개 메소드

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.
public BeginDescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeProvisioningParameters() 공개 메소드

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.
public BeginDescribeProvisioningParameters ( DescribeProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeRecord() 공개 메소드

Initiates the asynchronous execution of the DescribeRecord operation.
public BeginDescribeRecord ( DescribeRecordRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDisassociatePrincipalFromPortfolio() 공개 메소드

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public BeginDisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDisassociateProductFromPortfolio() 공개 메소드

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public BeginDisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListAcceptedPortfolioShares() 공개 메소드

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.
public BeginListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListConstraintsForPortfolio() 공개 메소드

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public BeginListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListLaunchPaths() 공개 메소드

Initiates the asynchronous execution of the ListLaunchPaths operation.
public BeginListLaunchPaths ( ListLaunchPathsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListPortfolioAccess() 공개 메소드

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListPortfolios() 공개 메소드

Initiates the asynchronous execution of the ListPortfolios operation.
public BeginListPortfolios ( ListPortfoliosRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListPortfoliosForProduct() 공개 메소드

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.
public BeginListPortfoliosForProduct ( ListPortfoliosForProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListPrincipalsForPortfolio() 공개 메소드

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.
public BeginListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListProvisioningArtifacts() 공개 메소드

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.
public BeginListProvisioningArtifacts ( ListProvisioningArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListRecordHistory() 공개 메소드

Initiates the asynchronous execution of the ListRecordHistory operation.
public BeginListRecordHistory ( ListRecordHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginProvisionProduct() 공개 메소드

Initiates the asynchronous execution of the ProvisionProduct operation.
public BeginProvisionProduct ( ProvisionProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginRejectPortfolioShare() 공개 메소드

Initiates the asynchronous execution of the RejectPortfolioShare operation.
public BeginRejectPortfolioShare ( RejectPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginScanProvisionedProducts() 공개 메소드

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public BeginScanProvisionedProducts ( ScanProvisionedProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginSearchProducts() 공개 메소드

Initiates the asynchronous execution of the SearchProducts operation.
public BeginSearchProducts ( SearchProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginSearchProductsAsAdmin() 공개 메소드

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.
public BeginSearchProductsAsAdmin ( SearchProductsAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginTerminateProvisionedProduct() 공개 메소드

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.
public BeginTerminateProvisionedProduct ( TerminateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateConstraint() 공개 메소드

Initiates the asynchronous execution of the UpdateConstraint operation.
public BeginUpdateConstraint ( UpdateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdatePortfolio() 공개 메소드

Initiates the asynchronous execution of the UpdatePortfolio operation.
public BeginUpdatePortfolio ( UpdatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateProduct() 공개 메소드

Initiates the asynchronous execution of the UpdateProduct operation.
public BeginUpdateProduct ( UpdateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateProvisionedProduct() 공개 메소드

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.
public BeginUpdateProvisionedProduct ( UpdateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateProvisioningArtifact() 공개 메소드

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.
public BeginUpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

CreateConstraint() 공개 메소드

Creates a new constraint.
/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint service method.
리턴 Amazon.ServiceCatalog.Model.CreateConstraintResponse

CreateConstraintAsync() 공개 메소드

Initiates the asynchronous execution of the CreateConstraint operation.
public CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreatePortfolio() 공개 메소드

Creates a new portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio service method.
리턴 Amazon.ServiceCatalog.Model.CreatePortfolioResponse

CreatePortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the CreatePortfolio operation.
public CreatePortfolioAsync ( CreatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreatePortfolioShare() 공개 메소드

Creates a new portfolio share.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare service method.
리턴 CreatePortfolioShareResponse

CreatePortfolioShareAsync() 공개 메소드

Initiates the asynchronous execution of the CreatePortfolioShare operation.
public CreatePortfolioShareAsync ( CreatePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateProduct() 공개 메소드

Creates a new product.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreateProduct ( CreateProductRequest request ) : CreateProductResponse
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct service method.
리턴 Amazon.ServiceCatalog.Model.CreateProductResponse

CreateProductAsync() 공개 메소드

Initiates the asynchronous execution of the CreateProduct operation.
public CreateProductAsync ( CreateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateProvisioningArtifact() 공개 메소드

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact service method.
리턴 Amazon.ServiceCatalog.Model.CreateProvisioningArtifactResponse

CreateProvisioningArtifactAsync() 공개 메소드

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateSigner() 보호된 메소드

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
리턴 AbstractAWSSigner

DeleteConstraint() 공개 메소드

Deletes the specified constraint.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DeleteConstraint ( DeleteConstraintRequest request ) : DeleteConstraintResponse
request DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint service method.
리턴 DeleteConstraintResponse

DeleteConstraintAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteConstraint operation.
public DeleteConstraintAsync ( DeleteConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeletePortfolio() 공개 메소드

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio service method.
리턴 DeletePortfolioResponse

DeletePortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the DeletePortfolio operation.
public DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeletePortfolioShare() 공개 메소드

Deletes the specified portfolio share.
/// The specified resource was not found. ///
public DeletePortfolioShare ( DeletePortfolioShareRequest request ) : DeletePortfolioShareResponse
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare service method.
리턴 DeletePortfolioShareResponse

DeletePortfolioShareAsync() 공개 메소드

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteProduct() 공개 메소드

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProduct ( DeleteProductRequest request ) : DeleteProductResponse
request DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct service method.
리턴 DeleteProductResponse

DeleteProductAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteProduct operation.
public DeleteProductAsync ( DeleteProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteProvisioningArtifact() 공개 메소드

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact service method.
리턴 DeleteProvisioningArtifactResponse

DeleteProvisioningArtifactAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeConstraint() 공개 메소드

Retrieves detailed information for a specified constraint.
/// The specified resource was not found. ///
public DescribeConstraint ( DescribeConstraintRequest request ) : DescribeConstraintResponse
request DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint service method.
리턴 DescribeConstraintResponse

DescribeConstraintAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeConstraint operation.
public DescribeConstraintAsync ( DescribeConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribePortfolio() 공개 메소드

Retrieves detailed information and any tags associated with the specified portfolio.
/// The specified resource was not found. ///
public DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio service method.
리턴 DescribePortfolioResponse

DescribePortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the DescribePortfolio operation.
public DescribePortfolioAsync ( DescribePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeProduct() 공개 메소드

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProduct ( DescribeProductRequest request ) : DescribeProductResponse
request DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct service method.
리턴 DescribeProductResponse

DescribeProductAsAdmin() 공개 메소드

Retrieves information about a specified product, run with administrator access.
/// The specified resource was not found. ///
public DescribeProductAsAdmin ( DescribeProductAsAdminRequest request ) : DescribeProductAsAdminResponse
request DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin service method.
리턴 DescribeProductAsAdminResponse

DescribeProductAsAdminAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.
public DescribeProductAsAdminAsync ( DescribeProductAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeProductAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeProduct operation.
public DescribeProductAsync ( DescribeProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeProductView() 공개 메소드

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView service method.
리턴 DescribeProductViewResponse

DescribeProductViewAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeProductView operation.
public DescribeProductViewAsync ( DescribeProductViewRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeProvisioningArtifact() 공개 메소드

Retrieves detailed information about the specified provisioning artifact.
/// The specified resource was not found. ///
public DescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request ) : DescribeProvisioningArtifactResponse
request DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact service method.
리턴 DescribeProvisioningArtifactResponse

DescribeProvisioningArtifactAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.
public DescribeProvisioningArtifactAsync ( DescribeProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeProvisioningParameters() 공개 메소드

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProvisioningParameters ( DescribeProvisioningParametersRequest request ) : DescribeProvisioningParametersResponse
request DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters service method.
리턴 DescribeProvisioningParametersResponse

DescribeProvisioningParametersAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.
public DescribeProvisioningParametersAsync ( DescribeProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeRecord() 공개 메소드

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
/// The specified resource was not found. ///
public DescribeRecord ( DescribeRecordRequest request ) : DescribeRecordResponse
request DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord service method.
리턴 DescribeRecordResponse

DescribeRecordAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeRecord operation.
public DescribeRecordAsync ( DescribeRecordRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DisassociatePrincipalFromPortfolio() 공개 메소드

Disassociates a previously associated principal ARN from a specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request ) : DisassociatePrincipalFromPortfolioResponse
request DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio service method.
리턴 DisassociatePrincipalFromPortfolioResponse

DisassociatePrincipalFromPortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public DisassociatePrincipalFromPortfolioAsync ( DisassociatePrincipalFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DisassociateProductFromPortfolio() 공개 메소드

Disassociates the specified product from the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio service method.
리턴 DisassociateProductFromPortfolioResponse

DisassociateProductFromPortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

Dispose() 보호된 메소드

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndAcceptPortfolioShare() 공개 메소드

Finishes the asynchronous execution of the AcceptPortfolioShare operation.
public EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptPortfolioShare.
리턴 AcceptPortfolioShareResponse

EndAssociatePrincipalWithPortfolio() 공개 메소드

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociatePrincipalWithPortfolio.
리턴 AssociatePrincipalWithPortfolioResponse

EndAssociateProductWithPortfolio() 공개 메소드

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.
public EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateProductWithPortfolio.
리턴 AssociateProductWithPortfolioResponse

EndCreateConstraint() 공개 메소드

Finishes the asynchronous execution of the CreateConstraint operation.
public EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConstraint.
리턴 CreateConstraintResponse

EndCreatePortfolio() 공개 메소드

Finishes the asynchronous execution of the CreatePortfolio operation.
public EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolio.
리턴 CreatePortfolioResponse

EndCreatePortfolioShare() 공개 메소드

Finishes the asynchronous execution of the CreatePortfolioShare operation.
public EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolioShare.
리턴 CreatePortfolioShareResponse

EndCreateProduct() 공개 메소드

Finishes the asynchronous execution of the CreateProduct operation.
public EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProduct.
리턴 CreateProductResponse

EndCreateProvisioningArtifact() 공개 메소드

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.
public EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProvisioningArtifact.
리턴 CreateProvisioningArtifactResponse

EndDeleteConstraint() 공개 메소드

Finishes the asynchronous execution of the DeleteConstraint operation.
public EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConstraint.
리턴 DeleteConstraintResponse

EndDeletePortfolio() 공개 메소드

Finishes the asynchronous execution of the DeletePortfolio operation.
public EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolio.
리턴 DeletePortfolioResponse

EndDeletePortfolioShare() 공개 메소드

Finishes the asynchronous execution of the DeletePortfolioShare operation.
public EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolioShare.
리턴 DeletePortfolioShareResponse

EndDeleteProduct() 공개 메소드

Finishes the asynchronous execution of the DeleteProduct operation.
public EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProduct.
리턴 DeleteProductResponse

EndDeleteProvisioningArtifact() 공개 메소드

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.
public EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProvisioningArtifact.
리턴 DeleteProvisioningArtifactResponse

EndDescribeConstraint() 공개 메소드

Finishes the asynchronous execution of the DescribeConstraint operation.
public EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConstraint.
리턴 DescribeConstraintResponse

EndDescribePortfolio() 공개 메소드

Finishes the asynchronous execution of the DescribePortfolio operation.
public EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePortfolio.
리턴 DescribePortfolioResponse

EndDescribeProduct() 공개 메소드

Finishes the asynchronous execution of the DescribeProduct operation.
public EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProduct.
리턴 DescribeProductResponse

EndDescribeProductAsAdmin() 공개 메소드

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.
public EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductAsAdmin.
리턴 DescribeProductAsAdminResponse

EndDescribeProductView() 공개 메소드

Finishes the asynchronous execution of the DescribeProductView operation.
public EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductView.
리턴 DescribeProductViewResponse

EndDescribeProvisioningArtifact() 공개 메소드

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.
public EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningArtifact.
리턴 DescribeProvisioningArtifactResponse

EndDescribeProvisioningParameters() 공개 메소드

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.
public EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningParameters.
리턴 DescribeProvisioningParametersResponse

EndDescribeRecord() 공개 메소드

Finishes the asynchronous execution of the DescribeRecord operation.
public EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRecord.
리턴 DescribeRecordResponse

EndDisassociatePrincipalFromPortfolio() 공개 메소드

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociatePrincipalFromPortfolio.
리턴 DisassociatePrincipalFromPortfolioResponse

EndDisassociateProductFromPortfolio() 공개 메소드

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.
public EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateProductFromPortfolio.
리턴 DisassociateProductFromPortfolioResponse

EndListAcceptedPortfolioShares() 공개 메소드

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.
public EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAcceptedPortfolioShares.
리턴 ListAcceptedPortfolioSharesResponse

EndListConstraintsForPortfolio() 공개 메소드

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.
public EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConstraintsForPortfolio.
리턴 ListConstraintsForPortfolioResponse

EndListLaunchPaths() 공개 메소드

Finishes the asynchronous execution of the ListLaunchPaths operation.
public EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLaunchPaths.
리턴 ListLaunchPathsResponse

EndListPortfolioAccess() 공개 메소드

Finishes the asynchronous execution of the ListPortfolioAccess operation.
public EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolioAccess.
리턴 ListPortfolioAccessResponse

EndListPortfolios() 공개 메소드

Finishes the asynchronous execution of the ListPortfolios operation.
public EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolios.
리턴 ListPortfoliosResponse

EndListPortfoliosForProduct() 공개 메소드

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.
public EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfoliosForProduct.
리턴 ListPortfoliosForProductResponse

EndListPrincipalsForPortfolio() 공개 메소드

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.
public EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPrincipalsForPortfolio.
리턴 ListPrincipalsForPortfolioResponse

EndListProvisioningArtifacts() 공개 메소드

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.
public EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListProvisioningArtifacts.
리턴 ListProvisioningArtifactsResponse

EndListRecordHistory() 공개 메소드

Finishes the asynchronous execution of the ListRecordHistory operation.
public EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRecordHistory.
리턴 ListRecordHistoryResponse

EndProvisionProduct() 공개 메소드

Finishes the asynchronous execution of the ProvisionProduct operation.
public EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginProvisionProduct.
리턴 ProvisionProductResponse

EndRejectPortfolioShare() 공개 메소드

Finishes the asynchronous execution of the RejectPortfolioShare operation.
public EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectPortfolioShare.
리턴 RejectPortfolioShareResponse

EndScanProvisionedProducts() 공개 메소드

Finishes the asynchronous execution of the ScanProvisionedProducts operation.
public EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScanProvisionedProducts.
리턴 ScanProvisionedProductsResponse

EndSearchProducts() 공개 메소드

Finishes the asynchronous execution of the SearchProducts operation.
public EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProducts.
리턴 SearchProductsResponse

EndSearchProductsAsAdmin() 공개 메소드

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.
public EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProductsAsAdmin.
리턴 SearchProductsAsAdminResponse

EndTerminateProvisionedProduct() 공개 메소드

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.
public EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateProvisionedProduct.
리턴 TerminateProvisionedProductResponse

EndUpdateConstraint() 공개 메소드

Finishes the asynchronous execution of the UpdateConstraint operation.
public EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConstraint.
리턴 UpdateConstraintResponse

EndUpdatePortfolio() 공개 메소드

Finishes the asynchronous execution of the UpdatePortfolio operation.
public EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePortfolio.
리턴 UpdatePortfolioResponse

EndUpdateProduct() 공개 메소드

Finishes the asynchronous execution of the UpdateProduct operation.
public EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProduct.
리턴 UpdateProductResponse

EndUpdateProvisionedProduct() 공개 메소드

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.
public EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisionedProduct.
리턴 UpdateProvisionedProductResponse

EndUpdateProvisioningArtifact() 공개 메소드

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.
public EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisioningArtifact.
리턴 UpdateProvisioningArtifactResponse

ListAcceptedPortfolioShares() 공개 메소드

Lists details of all portfolios for which sharing was accepted by this account.
/// One or more parameters provided to the operation are invalid. ///
public ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares service method.
리턴 ListAcceptedPortfolioSharesResponse

ListAcceptedPortfolioSharesAsync() 공개 메소드

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.
public ListAcceptedPortfolioSharesAsync ( ListAcceptedPortfolioSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListConstraintsForPortfolio() 공개 메소드

Retrieves detailed constraint information for the specified portfolio and product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio service method.
리턴 ListConstraintsForPortfolioResponse

ListConstraintsForPortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListLaunchPaths() 공개 메소드

Returns a paginated list of all paths to a 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.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths service method.
리턴 ListLaunchPathsResponse

ListLaunchPathsAsync() 공개 메소드

Initiates the asynchronous execution of the ListLaunchPaths operation.
public ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListPortfolioAccess() 공개 메소드

Lists the account IDs that have been authorized sharing of the specified portfolio.
/// The specified resource was not found. ///
public ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess service method.
리턴 ListPortfolioAccessResponse

ListPortfolioAccessAsync() 공개 메소드

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public ListPortfolioAccessAsync ( ListPortfolioAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListPortfolios() 공개 메소드

Lists all portfolios in the catalog.
/// One or more parameters provided to the operation are invalid. ///
public ListPortfolios ( ListPortfoliosRequest request ) : ListPortfoliosResponse
request ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios service method.
리턴 ListPortfoliosResponse

ListPortfoliosAsync() 공개 메소드

Initiates the asynchronous execution of the ListPortfolios operation.
public ListPortfoliosAsync ( ListPortfoliosRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListPortfoliosForProduct() 공개 메소드

Lists all portfolios that the specified product is associated with.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct service method.
리턴 ListPortfoliosForProductResponse

ListPortfoliosForProductAsync() 공개 메소드

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.
public ListPortfoliosForProductAsync ( ListPortfoliosForProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListPrincipalsForPortfolio() 공개 메소드

Lists all principal ARNs associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request ) : ListPrincipalsForPortfolioResponse
request ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio service method.
리턴 ListPrincipalsForPortfolioResponse

ListPrincipalsForPortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.
public ListPrincipalsForPortfolioAsync ( ListPrincipalsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListProvisioningArtifacts() 공개 메소드

Lists all provisioning artifacts associated with the specified product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListProvisioningArtifacts ( ListProvisioningArtifactsRequest request ) : ListProvisioningArtifactsResponse
request ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts service method.
리턴 ListProvisioningArtifactsResponse

ListProvisioningArtifactsAsync() 공개 메소드

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.
public ListProvisioningArtifactsAsync ( ListProvisioningArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListRecordHistory() 공개 메소드

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.
/// One or more parameters provided to the operation are invalid. ///
public ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory service method.
리턴 ListRecordHistoryResponse

ListRecordHistoryAsync() 공개 메소드

Initiates the asynchronous execution of the ListRecordHistory operation.
public ListRecordHistoryAsync ( ListRecordHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ProvisionProduct() 공개 메소드

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct service method.
리턴 ProvisionProductResponse

ProvisionProductAsync() 공개 메소드

Initiates the asynchronous execution of the ProvisionProduct operation.
public ProvisionProductAsync ( ProvisionProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

RejectPortfolioShare() 공개 메소드

Rejects an offer to share a portfolio.
/// The specified resource was not found. ///
public RejectPortfolioShare ( RejectPortfolioShareRequest request ) : RejectPortfolioShareResponse
request RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare service method.
리턴 RejectPortfolioShareResponse

RejectPortfolioShareAsync() 공개 메소드

Initiates the asynchronous execution of the RejectPortfolioShare operation.
public RejectPortfolioShareAsync ( RejectPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ScanProvisionedProducts() 공개 메소드

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).
/// One or more parameters provided to the operation are invalid. ///
public ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts service method.
리턴 ScanProvisionedProductsResponse

ScanProvisionedProductsAsync() 공개 메소드

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

SearchProducts() 공개 메소드

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

/// One or more parameters provided to the operation are invalid. ///
public SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts service method.
리턴 SearchProductsResponse

SearchProductsAsAdmin() 공개 메소드

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin service method.
리턴 SearchProductsAsAdminResponse

SearchProductsAsAdminAsync() 공개 메소드

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.
public SearchProductsAsAdminAsync ( SearchProductsAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

SearchProductsAsync() 공개 메소드

Initiates the asynchronous execution of the SearchProducts operation.
public SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

TerminateProvisionedProduct() 공개 메소드

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource was not found. ///
public TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct service method.
리턴 TerminateProvisionedProductResponse

TerminateProvisionedProductAsync() 공개 메소드

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.
public TerminateProvisionedProductAsync ( TerminateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateConstraint() 공개 메소드

Updates an existing constraint.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateConstraint ( UpdateConstraintRequest request ) : UpdateConstraintResponse
request UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint service method.
리턴 UpdateConstraintResponse

UpdateConstraintAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateConstraint operation.
public UpdateConstraintAsync ( UpdateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdatePortfolio() 공개 메소드

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio service method.
리턴 UpdatePortfolioResponse

UpdatePortfolioAsync() 공개 메소드

Initiates the asynchronous execution of the UpdatePortfolio operation.
public UpdatePortfolioAsync ( UpdatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateProduct() 공개 메소드

Updates an existing product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct service method.
리턴 UpdateProductResponse

UpdateProductAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateProduct operation.
public UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateProvisionedProduct() 공개 메소드

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct service method.
리턴 UpdateProvisionedProductResponse

UpdateProvisionedProductAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.
public UpdateProvisionedProductAsync ( UpdateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateProvisioningArtifact() 공개 메소드

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact service method.
리턴 UpdateProvisioningArtifactResponse

UpdateProvisioningArtifactAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.
public UpdateProvisioningArtifactAsync ( UpdateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task