JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.services.qapps

Interface AWSQAppsAsync

  • All Superinterfaces:
    AWSQApps
    All Known Implementing Classes:
    AbstractAWSQAppsAsync, AWSQAppsAsyncClient


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public interface AWSQAppsAsync
    extends AWSQApps 
    Interface for accessing QApps asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept an AsyncHandler can be used to receive notification when an asynchronous operation completes.

    Note: Do not directly implement this interface, new methods are added to it regularly. Extend from AbstractAWSQAppsAsync instead.

    The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. For example, users can create an Q Appthat exclusively generates marketing-related content to improve your marketing team's productivity or a Q App for marketing content-generation like writing customer emails and creating promotional content using a certain style of voice, tone, and branding. For more information, see Amazon Q App in the Amazon Q Business User Guide.

    • Method Detail

      • associateLibraryItemReviewAsync

        Future<AssociateLibraryItemReviewResult> associateLibraryItemReviewAsync(AssociateLibraryItemReviewRequest associateLibraryItemReviewRequest)

        Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.

        Parameters:
        associateLibraryItemReviewRequest -
        Returns:
        A Java Future containing the result of the AssociateLibraryItemReview operation returned by the service.
        See Also:
        AWS API Documentation
      • associateLibraryItemReviewAsync

        Future<AssociateLibraryItemReviewResult> associateLibraryItemReviewAsync(AssociateLibraryItemReviewRequest associateLibraryItemReviewRequest,
         AsyncHandler<AssociateLibraryItemReviewRequest,AssociateLibraryItemReviewResult> asyncHandler)

        Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.

        Parameters:
        associateLibraryItemReviewRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the AssociateLibraryItemReview operation returned by the service.
        See Also:
        AWS API Documentation
      • associateQAppWithUserAsync

        Future<AssociateQAppWithUserResult> associateQAppWithUserAsync(AssociateQAppWithUserRequest associateQAppWithUserRequest)

        This operation creates a link between the user's identity calling the operation and a specific Q App. This is useful to mark the Q App as a favorite for the user if the user doesn't own the Amazon Q App so they can still run it and see it in their inventory of Q Apps.

        Parameters:
        associateQAppWithUserRequest -
        Returns:
        A Java Future containing the result of the AssociateQAppWithUser operation returned by the service.
        See Also:
        AWS API Documentation
      • associateQAppWithUserAsync

        Future<AssociateQAppWithUserResult> associateQAppWithUserAsync(AssociateQAppWithUserRequest associateQAppWithUserRequest,
         AsyncHandler<AssociateQAppWithUserRequest,AssociateQAppWithUserResult> asyncHandler)

        This operation creates a link between the user's identity calling the operation and a specific Q App. This is useful to mark the Q App as a favorite for the user if the user doesn't own the Amazon Q App so they can still run it and see it in their inventory of Q Apps.

        Parameters:
        associateQAppWithUserRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the AssociateQAppWithUser operation returned by the service.
        See Also:
        AWS API Documentation
      • createLibraryItemAsync

        Future<CreateLibraryItemResult> createLibraryItemAsync(CreateLibraryItemRequest createLibraryItemRequest)

        Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.

        Parameters:
        createLibraryItemRequest -
        Returns:
        A Java Future containing the result of the CreateLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • createLibraryItemAsync

        Future<CreateLibraryItemResult> createLibraryItemAsync(CreateLibraryItemRequest createLibraryItemRequest,
         AsyncHandler<CreateLibraryItemRequest,CreateLibraryItemResult> asyncHandler)

        Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.

        Parameters:
        createLibraryItemRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the CreateLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • createQAppAsync

        Future<CreateQAppResult> createQAppAsync(CreateQAppRequest createQAppRequest)

        Creates a new Amazon Q App based on the provided definition. The Q App definition specifies the cards and flow of the Q App. This operation also calculates the dependencies between the cards by inspecting the references in the prompts.

        Parameters:
        createQAppRequest -
        Returns:
        A Java Future containing the result of the CreateQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • createQAppAsync

        Future<CreateQAppResult> createQAppAsync(CreateQAppRequest createQAppRequest,
         AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler)

        Creates a new Amazon Q App based on the provided definition. The Q App definition specifies the cards and flow of the Q App. This operation also calculates the dependencies between the cards by inspecting the references in the prompts.

        Parameters:
        createQAppRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the CreateQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteLibraryItemAsync

        Future<DeleteLibraryItemResult> deleteLibraryItemAsync(DeleteLibraryItemRequest deleteLibraryItemRequest)

        Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.

        Parameters:
        deleteLibraryItemRequest -
        Returns:
        A Java Future containing the result of the DeleteLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteLibraryItemAsync

        Future<DeleteLibraryItemResult> deleteLibraryItemAsync(DeleteLibraryItemRequest deleteLibraryItemRequest,
         AsyncHandler<DeleteLibraryItemRequest,DeleteLibraryItemResult> asyncHandler)

        Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or used by other users.

        Parameters:
        deleteLibraryItemRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteQAppAsync

        Future<DeleteQAppResult> deleteQAppAsync(DeleteQAppRequest deleteQAppRequest)

        Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.

        Parameters:
        deleteQAppRequest -
        Returns:
        A Java Future containing the result of the DeleteQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteQAppAsync

        Future<DeleteQAppResult> deleteQAppAsync(DeleteQAppRequest deleteQAppRequest,
         AsyncHandler<DeleteQAppRequest,DeleteQAppResult> asyncHandler)

        Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.

        Parameters:
        deleteQAppRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • getLibraryItemAsync

        Future<GetLibraryItemResult> getLibraryItemAsync(GetLibraryItemRequest getLibraryItemRequest)

        Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and usage statistics.

        Parameters:
        getLibraryItemRequest -
        Returns:
        A Java Future containing the result of the GetLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • getLibraryItemAsync

        Future<GetLibraryItemResult> getLibraryItemAsync(GetLibraryItemRequest getLibraryItemRequest,
         AsyncHandler<GetLibraryItemRequest,GetLibraryItemResult> asyncHandler)

        Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and usage statistics.

        Parameters:
        getLibraryItemRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the GetLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • getQAppAsync

        Future<GetQAppResult> getQAppAsync(GetQAppRequest getQAppRequest)

        Retrieves the full details of an Q App, including its definition specifying the cards and flow.

        Parameters:
        getQAppRequest -
        Returns:
        A Java Future containing the result of the GetQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • getQAppAsync

        Future<GetQAppResult> getQAppAsync(GetQAppRequest getQAppRequest,
         AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler)

        Retrieves the full details of an Q App, including its definition specifying the cards and flow.

        Parameters:
        getQAppRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the GetQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • getQAppSessionAsync

        Future<GetQAppSessionResult> getQAppSessionAsync(GetQAppSessionRequest getQAppSessionRequest)

        Retrieves the current state and results for an active session of an Amazon Q App.

        Parameters:
        getQAppSessionRequest -
        Returns:
        A Java Future containing the result of the GetQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • getQAppSessionAsync

        Future<GetQAppSessionResult> getQAppSessionAsync(GetQAppSessionRequest getQAppSessionRequest,
         AsyncHandler<GetQAppSessionRequest,GetQAppSessionResult> asyncHandler)

        Retrieves the current state and results for an active session of an Amazon Q App.

        Parameters:
        getQAppSessionRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the GetQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • importDocumentAsync

        Future<ImportDocumentResult> importDocumentAsync(ImportDocumentRequest importDocumentRequest)

        Uploads a file that can then be used either as a default in a FileUploadCard from Q App definition or as a file that is used inside a single Q App run. The purpose of the document is determined by a scope parameter that indicates whether it is at the app definition level or at the app session level.

        Parameters:
        importDocumentRequest -
        Returns:
        A Java Future containing the result of the ImportDocument operation returned by the service.
        See Also:
        AWS API Documentation
      • importDocumentAsync

        Future<ImportDocumentResult> importDocumentAsync(ImportDocumentRequest importDocumentRequest,
         AsyncHandler<ImportDocumentRequest,ImportDocumentResult> asyncHandler)

        Uploads a file that can then be used either as a default in a FileUploadCard from Q App definition or as a file that is used inside a single Q App run. The purpose of the document is determined by a scope parameter that indicates whether it is at the app definition level or at the app session level.

        Parameters:
        importDocumentRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ImportDocument operation returned by the service.
        See Also:
        AWS API Documentation
      • listLibraryItemsAsync

        Future<ListLibraryItemsResult> listLibraryItemsAsync(ListLibraryItemsRequest listLibraryItemsRequest)

        Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.

        Parameters:
        listLibraryItemsRequest -
        Returns:
        A Java Future containing the result of the ListLibraryItems operation returned by the service.
        See Also:
        AWS API Documentation
      • listLibraryItemsAsync

        Future<ListLibraryItemsResult> listLibraryItemsAsync(ListLibraryItemsRequest listLibraryItemsRequest,
         AsyncHandler<ListLibraryItemsRequest,ListLibraryItemsResult> asyncHandler)

        Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.

        Parameters:
        listLibraryItemsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListLibraryItems operation returned by the service.
        See Also:
        AWS API Documentation
      • listQAppsAsync

        Future<ListQAppsResult> listQAppsAsync(ListQAppsRequest listQAppsRequest)

        Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past. The user identity is extracted from the credentials used to invoke this operation..

        Parameters:
        listQAppsRequest -
        Returns:
        A Java Future containing the result of the ListQApps operation returned by the service.
        See Also:
        AWS API Documentation
      • listQAppsAsync

        Future<ListQAppsResult> listQAppsAsync(ListQAppsRequest listQAppsRequest,
         AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler)

        Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past. The user identity is extracted from the credentials used to invoke this operation..

        Parameters:
        listQAppsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListQApps operation returned by the service.
        See Also:
        AWS API Documentation
      • listTagsForResourceAsync

        Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
         AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)

        Lists the tags associated with an Amazon Q Apps resource.

        Parameters:
        listTagsForResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListTagsForResource operation returned by the service.
        See Also:
        AWS API Documentation
      • predictQAppAsync

        Future<PredictQAppResult> predictQAppAsync(PredictQAppRequest predictQAppRequest)

        Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to call CreateQApp. This API doesn't create Amazon Q Apps directly.

        Parameters:
        predictQAppRequest -
        Returns:
        A Java Future containing the result of the PredictQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • predictQAppAsync

        Future<PredictQAppResult> predictQAppAsync(PredictQAppRequest predictQAppRequest,
         AsyncHandler<PredictQAppRequest,PredictQAppResult> asyncHandler)

        Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to call CreateQApp. This API doesn't create Amazon Q Apps directly.

        Parameters:
        predictQAppRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the PredictQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • startQAppSessionAsync

        Future<StartQAppSessionResult> startQAppSessionAsync(StartQAppSessionRequest startQAppSessionRequest)

        Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.

        Each Q App session will be condensed into a single conversation in the web experience.

        Parameters:
        startQAppSessionRequest -
        Returns:
        A Java Future containing the result of the StartQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • startQAppSessionAsync

        Future<StartQAppSessionResult> startQAppSessionAsync(StartQAppSessionRequest startQAppSessionRequest,
         AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler)

        Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.

        Each Q App session will be condensed into a single conversation in the web experience.

        Parameters:
        startQAppSessionRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the StartQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • stopQAppSessionAsync

        Future<StopQAppSessionResult> stopQAppSessionAsync(StopQAppSessionRequest stopQAppSessionRequest)

        Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses. The results of the session will be persisted as part of the conversation.

        Parameters:
        stopQAppSessionRequest -
        Returns:
        A Java Future containing the result of the StopQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • stopQAppSessionAsync

        Future<StopQAppSessionResult> stopQAppSessionAsync(StopQAppSessionRequest stopQAppSessionRequest,
         AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler)

        Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses. The results of the session will be persisted as part of the conversation.

        Parameters:
        stopQAppSessionRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the StopQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)

        Associates tags with an Amazon Q Apps resource.

        Parameters:
        tagResourceRequest -
        Returns:
        A Java Future containing the result of the TagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest,
         AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)

        Associates tags with an Amazon Q Apps resource.

        Parameters:
        tagResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the TagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • untagResourceAsync

        Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest,
         AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)

        Disassociates tags from an Amazon Q Apps resource.

        Parameters:
        untagResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UntagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • updateLibraryItemAsync

        Future<UpdateLibraryItemResult> updateLibraryItemAsync(UpdateLibraryItemRequest updateLibraryItemRequest)

        Updates the metadata and status of a library item for an Amazon Q App.

        Parameters:
        updateLibraryItemRequest -
        Returns:
        A Java Future containing the result of the UpdateLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • updateLibraryItemAsync

        Future<UpdateLibraryItemResult> updateLibraryItemAsync(UpdateLibraryItemRequest updateLibraryItemRequest,
         AsyncHandler<UpdateLibraryItemRequest,UpdateLibraryItemResult> asyncHandler)

        Updates the metadata and status of a library item for an Amazon Q App.

        Parameters:
        updateLibraryItemRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateLibraryItem operation returned by the service.
        See Also:
        AWS API Documentation
      • updateQAppAsync

        Future<UpdateQAppResult> updateQAppAsync(UpdateQAppRequest updateQAppRequest)

        Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.

        Parameters:
        updateQAppRequest -
        Returns:
        A Java Future containing the result of the UpdateQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • updateQAppAsync

        Future<UpdateQAppResult> updateQAppAsync(UpdateQAppRequest updateQAppRequest,
         AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler)

        Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.

        Parameters:
        updateQAppRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateQApp operation returned by the service.
        See Also:
        AWS API Documentation
      • updateQAppSessionAsync

        Future<UpdateQAppSessionResult> updateQAppSessionAsync(UpdateQAppSessionRequest updateQAppSessionRequest)

        Updates the session for a given Q App sessionId. This is only valid when at least one card of the session is in the WAITING state. Data for each WAITING card can be provided as input. If inputs are not provided, the call will be accepted but session will not move forward. Inputs for cards that are not in the WAITING status will be ignored.

        Parameters:
        updateQAppSessionRequest -
        Returns:
        A Java Future containing the result of the UpdateQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
      • updateQAppSessionAsync

        Future<UpdateQAppSessionResult> updateQAppSessionAsync(UpdateQAppSessionRequest updateQAppSessionRequest,
         AsyncHandler<UpdateQAppSessionRequest,UpdateQAppSessionResult> asyncHandler)

        Updates the session for a given Q App sessionId. This is only valid when at least one card of the session is in the WAITING state. Data for each WAITING card can be provided as input. If inputs are not provided, the call will be accepted but session will not move forward. Inputs for cards that are not in the WAITING status will be ignored.

        Parameters:
        updateQAppSessionRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateQAppSession operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /