Interface AppFabricAsyncClient

All Superinterfaces:
AutoCloseable, AwsClient, SdkAutoCloseable, SdkClient

@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface AppFabricAsyncClient extends AwsClient
Service client for accessing AppFabric asynchronously. This can be created using the static builder() method.The asynchronous client performs non-blocking I/O when configured with any SdkAsyncHttpClient supported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API call.

Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. This allows IT and security teams to easily manage and secure applications using a standard schema, and employees can complete everyday tasks faster using generative artificial intelligence (AI). You can use these APIs to complete AppFabric tasks, such as setting up audit log ingestions or viewing user access. For more information about AppFabric, including the required permissions to use the service, see the Amazon Web Services AppFabric Administration Guide. For more information about using the Command Line Interface (CLI) to manage your AppFabric resources, see the AppFabric section of the CLI Reference.

  • Field Details

  • Method Details

    • batchGetUserAccessTasks

      default CompletableFuture<BatchGetUserAccessTasksResponse> batchGetUserAccessTasks(BatchGetUserAccessTasksRequest batchGetUserAccessTasksRequest)

      Gets user access details in a batch request.

      This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.

      Parameters:
      batchGetUserAccessTasksRequest -
      Returns:
      A Java Future containing the result of the BatchGetUserAccessTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • batchGetUserAccessTasks

      default CompletableFuture<BatchGetUserAccessTasksResponse> batchGetUserAccessTasks(Consumer<BatchGetUserAccessTasksRequest.Builder> batchGetUserAccessTasksRequest)

      Gets user access details in a batch request.

      This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.


      This is a convenience which creates an instance of the BatchGetUserAccessTasksRequest.Builder avoiding the need to create one manually via BatchGetUserAccessTasksRequest.builder()

      Parameters:
      batchGetUserAccessTasksRequest - A Consumer that will call methods on BatchGetUserAccessTasksRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the BatchGetUserAccessTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • connectAppAuthorization

      default CompletableFuture<ConnectAppAuthorizationResponse> connectAppAuthorization(ConnectAppAuthorizationRequest connectAppAuthorizationRequest)

      Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.

      Parameters:
      connectAppAuthorizationRequest -
      Returns:
      A Java Future containing the result of the ConnectAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • connectAppAuthorization

      default CompletableFuture<ConnectAppAuthorizationResponse> connectAppAuthorization(Consumer<ConnectAppAuthorizationRequest.Builder> connectAppAuthorizationRequest)

      Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.


      This is a convenience which creates an instance of the ConnectAppAuthorizationRequest.Builder avoiding the need to create one manually via ConnectAppAuthorizationRequest.builder()

      Parameters:
      connectAppAuthorizationRequest - A Consumer that will call methods on ConnectAppAuthorizationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ConnectAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createAppAuthorization

      default CompletableFuture<CreateAppAuthorizationResponse> createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)

      Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.

      Parameters:
      createAppAuthorizationRequest -
      Returns:
      A Java Future containing the result of the CreateAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createAppAuthorization

      default CompletableFuture<CreateAppAuthorizationResponse> createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)

      Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.


      This is a convenience which creates an instance of the CreateAppAuthorizationRequest.Builder avoiding the need to create one manually via CreateAppAuthorizationRequest.builder()

      Parameters:
      createAppAuthorizationRequest - A Consumer that will call methods on CreateAppAuthorizationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createAppBundle

      default CompletableFuture<CreateAppBundleResponse> createAppBundle(CreateAppBundleRequest createAppBundleRequest)

      Creates an app bundle to collect data from an application using AppFabric.

      Parameters:
      createAppBundleRequest -
      Returns:
      A Java Future containing the result of the CreateAppBundle operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createAppBundle

      default CompletableFuture<CreateAppBundleResponse> createAppBundle(Consumer<CreateAppBundleRequest.Builder> createAppBundleRequest)

      Creates an app bundle to collect data from an application using AppFabric.


      This is a convenience which creates an instance of the CreateAppBundleRequest.Builder avoiding the need to create one manually via CreateAppBundleRequest.builder()

      Parameters:
      createAppBundleRequest - A Consumer that will call methods on CreateAppBundleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateAppBundle operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIngestion

      default CompletableFuture<CreateIngestionResponse> createIngestion(CreateIngestionRequest createIngestionRequest)

      Creates a data ingestion for an application.

      Parameters:
      createIngestionRequest -
      Returns:
      A Java Future containing the result of the CreateIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIngestion

      default CompletableFuture<CreateIngestionResponse> createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)

      Creates a data ingestion for an application.


      This is a convenience which creates an instance of the CreateIngestionRequest.Builder avoiding the need to create one manually via CreateIngestionRequest.builder()

      Parameters:
      createIngestionRequest - A Consumer that will call methods on CreateIngestionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIngestionDestination

      default CompletableFuture<CreateIngestionDestinationResponse> createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)

      Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

      Parameters:
      createIngestionDestinationRequest -
      Returns:
      A Java Future containing the result of the CreateIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIngestionDestination

      default CompletableFuture<CreateIngestionDestinationResponse> createIngestionDestination(Consumer<CreateIngestionDestinationRequest.Builder> createIngestionDestinationRequest)

      Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.


      This is a convenience which creates an instance of the CreateIngestionDestinationRequest.Builder avoiding the need to create one manually via CreateIngestionDestinationRequest.builder()

      Parameters:
      createIngestionDestinationRequest - A Consumer that will call methods on CreateIngestionDestinationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteAppAuthorization

      default CompletableFuture<DeleteAppAuthorizationResponse> deleteAppAuthorization(DeleteAppAuthorizationRequest deleteAppAuthorizationRequest)

      Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.

      Parameters:
      deleteAppAuthorizationRequest -
      Returns:
      A Java Future containing the result of the DeleteAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteAppAuthorization

      default CompletableFuture<DeleteAppAuthorizationResponse> deleteAppAuthorization(Consumer<DeleteAppAuthorizationRequest.Builder> deleteAppAuthorizationRequest)

      Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.


      This is a convenience which creates an instance of the DeleteAppAuthorizationRequest.Builder avoiding the need to create one manually via DeleteAppAuthorizationRequest.builder()

      Parameters:
      deleteAppAuthorizationRequest - A Consumer that will call methods on DeleteAppAuthorizationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteAppBundle

      default CompletableFuture<DeleteAppBundleResponse> deleteAppBundle(DeleteAppBundleRequest deleteAppBundleRequest)

      Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.

      Parameters:
      deleteAppBundleRequest -
      Returns:
      A Java Future containing the result of the DeleteAppBundle operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteAppBundle

      default CompletableFuture<DeleteAppBundleResponse> deleteAppBundle(Consumer<DeleteAppBundleRequest.Builder> deleteAppBundleRequest)

      Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.


      This is a convenience which creates an instance of the DeleteAppBundleRequest.Builder avoiding the need to create one manually via DeleteAppBundleRequest.builder()

      Parameters:
      deleteAppBundleRequest - A Consumer that will call methods on DeleteAppBundleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteAppBundle operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIngestion

      default CompletableFuture<DeleteIngestionResponse> deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)

      Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.

      Parameters:
      deleteIngestionRequest -
      Returns:
      A Java Future containing the result of the DeleteIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIngestion

      default CompletableFuture<DeleteIngestionResponse> deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest)

      Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.


      This is a convenience which creates an instance of the DeleteIngestionRequest.Builder avoiding the need to create one manually via DeleteIngestionRequest.builder()

      Parameters:
      deleteIngestionRequest - A Consumer that will call methods on DeleteIngestionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIngestionDestination

      default CompletableFuture<DeleteIngestionDestinationResponse> deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)

      Deletes an ingestion destination.

      This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.

      Parameters:
      deleteIngestionDestinationRequest -
      Returns:
      A Java Future containing the result of the DeleteIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIngestionDestination

      default CompletableFuture<DeleteIngestionDestinationResponse> deleteIngestionDestination(Consumer<DeleteIngestionDestinationRequest.Builder> deleteIngestionDestinationRequest)

      Deletes an ingestion destination.

      This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.


      This is a convenience which creates an instance of the DeleteIngestionDestinationRequest.Builder avoiding the need to create one manually via DeleteIngestionDestinationRequest.builder()

      Parameters:
      deleteIngestionDestinationRequest - A Consumer that will call methods on DeleteIngestionDestinationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAppAuthorization

      default CompletableFuture<GetAppAuthorizationResponse> getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)

      Returns information about an app authorization.

      Parameters:
      getAppAuthorizationRequest -
      Returns:
      A Java Future containing the result of the GetAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAppAuthorization

      default CompletableFuture<GetAppAuthorizationResponse> getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest)

      Returns information about an app authorization.


      This is a convenience which creates an instance of the GetAppAuthorizationRequest.Builder avoiding the need to create one manually via GetAppAuthorizationRequest.builder()

      Parameters:
      getAppAuthorizationRequest - A Consumer that will call methods on GetAppAuthorizationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAppBundle

      default CompletableFuture<GetAppBundleResponse> getAppBundle(GetAppBundleRequest getAppBundleRequest)

      Returns information about an app bundle.

      Parameters:
      getAppBundleRequest -
      Returns:
      A Java Future containing the result of the GetAppBundle operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAppBundle

      default CompletableFuture<GetAppBundleResponse> getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest)

      Returns information about an app bundle.


      This is a convenience which creates an instance of the GetAppBundleRequest.Builder avoiding the need to create one manually via GetAppBundleRequest.builder()

      Parameters:
      getAppBundleRequest - A Consumer that will call methods on GetAppBundleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetAppBundle operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIngestion

      default CompletableFuture<GetIngestionResponse> getIngestion(GetIngestionRequest getIngestionRequest)

      Returns information about an ingestion.

      Parameters:
      getIngestionRequest -
      Returns:
      A Java Future containing the result of the GetIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIngestion

      default CompletableFuture<GetIngestionResponse> getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)

      Returns information about an ingestion.


      This is a convenience which creates an instance of the GetIngestionRequest.Builder avoiding the need to create one manually via GetIngestionRequest.builder()

      Parameters:
      getIngestionRequest - A Consumer that will call methods on GetIngestionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIngestionDestination

      default CompletableFuture<GetIngestionDestinationResponse> getIngestionDestination(GetIngestionDestinationRequest getIngestionDestinationRequest)

      Returns information about an ingestion destination.

      Parameters:
      getIngestionDestinationRequest -
      Returns:
      A Java Future containing the result of the GetIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIngestionDestination

      default CompletableFuture<GetIngestionDestinationResponse> getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest)

      Returns information about an ingestion destination.


      This is a convenience which creates an instance of the GetIngestionDestinationRequest.Builder avoiding the need to create one manually via GetIngestionDestinationRequest.builder()

      Parameters:
      getIngestionDestinationRequest - A Consumer that will call methods on GetIngestionDestinationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppAuthorizations

      default CompletableFuture<ListAppAuthorizationsResponse> listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest)

      Returns a list of all app authorizations configured for an app bundle.

      Parameters:
      listAppAuthorizationsRequest -
      Returns:
      A Java Future containing the result of the ListAppAuthorizations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppAuthorizations

      default CompletableFuture<ListAppAuthorizationsResponse> listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)

      Returns a list of all app authorizations configured for an app bundle.


      This is a convenience which creates an instance of the ListAppAuthorizationsRequest.Builder avoiding the need to create one manually via ListAppAuthorizationsRequest.builder()

      Parameters:
      listAppAuthorizationsRequest - A Consumer that will call methods on ListAppAuthorizationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListAppAuthorizations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppAuthorizationsPaginator

      default ListAppAuthorizationsPublisher listAppAuthorizationsPaginator(ListAppAuthorizationsRequest listAppAuthorizationsRequest)

      This is a variant of listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest) operation.

      Parameters:
      listAppAuthorizationsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppAuthorizationsPaginator

      default ListAppAuthorizationsPublisher listAppAuthorizationsPaginator(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)

      This is a variant of listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest) operation.


      This is a convenience which creates an instance of the ListAppAuthorizationsRequest.Builder avoiding the need to create one manually via ListAppAuthorizationsRequest.builder()

      Parameters:
      listAppAuthorizationsRequest - A Consumer that will call methods on ListAppAuthorizationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppBundles

      default CompletableFuture<ListAppBundlesResponse> listAppBundles(ListAppBundlesRequest listAppBundlesRequest)

      Returns a list of app bundles.

      Parameters:
      listAppBundlesRequest -
      Returns:
      A Java Future containing the result of the ListAppBundles operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppBundles

      default CompletableFuture<ListAppBundlesResponse> listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)

      Returns a list of app bundles.


      This is a convenience which creates an instance of the ListAppBundlesRequest.Builder avoiding the need to create one manually via ListAppBundlesRequest.builder()

      Parameters:
      listAppBundlesRequest - A Consumer that will call methods on ListAppBundlesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListAppBundles operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppBundlesPaginator

      default ListAppBundlesPublisher listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest)

      This is a variant of listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation.

      Parameters:
      listAppBundlesRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listAppBundlesPaginator

      default ListAppBundlesPublisher listAppBundlesPaginator(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)

      This is a variant of listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation.


      This is a convenience which creates an instance of the ListAppBundlesRequest.Builder avoiding the need to create one manually via ListAppBundlesRequest.builder()

      Parameters:
      listAppBundlesRequest - A Consumer that will call methods on ListAppBundlesRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestionDestinations

      default CompletableFuture<ListIngestionDestinationsResponse> listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)

      Returns a list of all ingestion destinations configured for an ingestion.

      Parameters:
      listIngestionDestinationsRequest -
      Returns:
      A Java Future containing the result of the ListIngestionDestinations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestionDestinations

      default CompletableFuture<ListIngestionDestinationsResponse> listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)

      Returns a list of all ingestion destinations configured for an ingestion.


      This is a convenience which creates an instance of the ListIngestionDestinationsRequest.Builder avoiding the need to create one manually via ListIngestionDestinationsRequest.builder()

      Parameters:
      listIngestionDestinationsRequest - A Consumer that will call methods on ListIngestionDestinationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListIngestionDestinations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestionDestinationsPaginator

      default ListIngestionDestinationsPublisher listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)

      This is a variant of listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest) operation.

      Parameters:
      listIngestionDestinationsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestionDestinationsPaginator

      default ListIngestionDestinationsPublisher listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)

      This is a variant of listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest) operation.


      This is a convenience which creates an instance of the ListIngestionDestinationsRequest.Builder avoiding the need to create one manually via ListIngestionDestinationsRequest.builder()

      Parameters:
      listIngestionDestinationsRequest - A Consumer that will call methods on ListIngestionDestinationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestions

      default CompletableFuture<ListIngestionsResponse> listIngestions(ListIngestionsRequest listIngestionsRequest)

      Returns a list of all ingestions configured for an app bundle.

      Parameters:
      listIngestionsRequest -
      Returns:
      A Java Future containing the result of the ListIngestions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestions

      default CompletableFuture<ListIngestionsResponse> listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)

      Returns a list of all ingestions configured for an app bundle.


      This is a convenience which creates an instance of the ListIngestionsRequest.Builder avoiding the need to create one manually via ListIngestionsRequest.builder()

      Parameters:
      listIngestionsRequest - A Consumer that will call methods on ListIngestionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListIngestions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestionsPaginator

      default ListIngestionsPublisher listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)

      This is a variant of listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation.

      Parameters:
      listIngestionsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIngestionsPaginator

      default ListIngestionsPublisher listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)

      This is a variant of listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

      Note: If you prefer to have control on service calls, use the listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation.


      This is a convenience which creates an instance of the ListIngestionsRequest.Builder avoiding the need to create one manually via ListIngestionsRequest.builder()

      Parameters:
      listIngestionsRequest - A Consumer that will call methods on ListIngestionsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTagsForResource

      default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)

      Returns a list of tags for a resource.

      Parameters:
      listTagsForResourceRequest -
      Returns:
      A Java Future containing the result of the ListTagsForResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTagsForResource

      default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)

      Returns a list of tags for a resource.


      This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the need to create one manually via ListTagsForResourceRequest.builder()

      Parameters:
      listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListTagsForResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startIngestion

      default CompletableFuture<StartIngestionResponse> startIngestion(StartIngestionRequest startIngestionRequest)

      Starts (enables) an ingestion, which collects data from an application.

      Parameters:
      startIngestionRequest -
      Returns:
      A Java Future containing the result of the StartIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startIngestion

      default CompletableFuture<StartIngestionResponse> startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)

      Starts (enables) an ingestion, which collects data from an application.


      This is a convenience which creates an instance of the StartIngestionRequest.Builder avoiding the need to create one manually via StartIngestionRequest.builder()

      Parameters:
      startIngestionRequest - A Consumer that will call methods on StartIngestionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startUserAccessTasks

      default CompletableFuture<StartUserAccessTasksResponse> startUserAccessTasks(StartUserAccessTasksRequest startUserAccessTasksRequest)

      Starts the tasks to search user access status for a specific email address.

      The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out.

      Parameters:
      startUserAccessTasksRequest -
      Returns:
      A Java Future containing the result of the StartUserAccessTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startUserAccessTasks

      default CompletableFuture<StartUserAccessTasksResponse> startUserAccessTasks(Consumer<StartUserAccessTasksRequest.Builder> startUserAccessTasksRequest)

      Starts the tasks to search user access status for a specific email address.

      The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out.


      This is a convenience which creates an instance of the StartUserAccessTasksRequest.Builder avoiding the need to create one manually via StartUserAccessTasksRequest.builder()

      Parameters:
      startUserAccessTasksRequest - A Consumer that will call methods on StartUserAccessTasksRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartUserAccessTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopIngestion

      default CompletableFuture<StopIngestionResponse> stopIngestion(StopIngestionRequest stopIngestionRequest)

      Stops (disables) an ingestion.

      Parameters:
      stopIngestionRequest -
      Returns:
      A Java Future containing the result of the StopIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopIngestion

      default CompletableFuture<StopIngestionResponse> stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest)

      Stops (disables) an ingestion.


      This is a convenience which creates an instance of the StopIngestionRequest.Builder avoiding the need to create one manually via StopIngestionRequest.builder()

      Parameters:
      stopIngestionRequest - A Consumer that will call methods on StopIngestionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StopIngestion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • tagResource

      default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)

      Assigns one or more tags (key-value pairs) to the specified resource.

      Parameters:
      tagResourceRequest -
      Returns:
      A Java Future containing the result of the TagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • tagResource

      default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)

      Assigns one or more tags (key-value pairs) to the specified resource.


      This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to create one manually via TagResourceRequest.builder()

      Parameters:
      tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the TagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • untagResource

      default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)

      Removes a tag or tags from a resource.

      Parameters:
      untagResourceRequest -
      Returns:
      A Java Future containing the result of the UntagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • untagResource

      default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)

      Removes a tag or tags from a resource.


      This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to create one manually via UntagResourceRequest.builder()

      Parameters:
      untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UntagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateAppAuthorization

      default CompletableFuture<UpdateAppAuthorizationResponse> updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)

      Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.

      If the app authorization was in a connected state, updating the app authorization will set it back to a PendingConnect state.

      Parameters:
      updateAppAuthorizationRequest -
      Returns:
      A Java Future containing the result of the UpdateAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateAppAuthorization

      default CompletableFuture<UpdateAppAuthorizationResponse> updateAppAuthorization(Consumer<UpdateAppAuthorizationRequest.Builder> updateAppAuthorizationRequest)

      Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.

      If the app authorization was in a connected state, updating the app authorization will set it back to a PendingConnect state.


      This is a convenience which creates an instance of the UpdateAppAuthorizationRequest.Builder avoiding the need to create one manually via UpdateAppAuthorizationRequest.builder()

      Parameters:
      updateAppAuthorizationRequest - A Consumer that will call methods on UpdateAppAuthorizationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateAppAuthorization operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ThrottlingException The request rate exceeds the limit.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateIngestionDestination

      default CompletableFuture<UpdateIngestionDestinationResponse> updateIngestionDestination(UpdateIngestionDestinationRequest updateIngestionDestinationRequest)

      Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

      Parameters:
      updateIngestionDestinationRequest -
      Returns:
      A Java Future containing the result of the UpdateIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateIngestionDestination

      default CompletableFuture<UpdateIngestionDestinationResponse> updateIngestionDestination(Consumer<UpdateIngestionDestinationRequest.Builder> updateIngestionDestinationRequest)

      Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.


      This is a convenience which creates an instance of the UpdateIngestionDestinationRequest.Builder avoiding the need to create one manually via UpdateIngestionDestinationRequest.builder()

      Parameters:
      updateIngestionDestinationRequest - A Consumer that will call methods on UpdateIngestionDestinationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateIngestionDestination operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • InternalServerException The request processing has failed because of an unknown error, exception, or failure with an internal server.
      • ServiceQuotaExceededException The request exceeds a service quota.
      • ThrottlingException The request rate exceeds the limit.
      • ConflictException The request has created a conflict. Check the request parameters and try again.
      • ValidationException The request has invalid or missing parameters.
      • ResourceNotFoundException The specified resource does not exist.
      • AccessDeniedException You are not authorized to perform this operation.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • AppFabricException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • serviceClientConfiguration

      default AppFabricServiceClientConfiguration serviceClientConfiguration()
      Description copied from interface: SdkClient
      The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration
      Specified by:
      serviceClientConfiguration in interface AwsClient
      Specified by:
      serviceClientConfiguration in interface SdkClient
      Returns:
      SdkServiceClientConfiguration
    • create

      static AppFabricAsyncClient create()
      Create a AppFabricAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
    • builder

      static AppFabricAsyncClientBuilder builder()
      Create a builder that can be used to configure and create a AppFabricAsyncClient.