@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AppFabricClient extends AwsClient
builder() method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetUserAccessTasksResponse |
batchGetUserAccessTasks(BatchGetUserAccessTasksRequest batchGetUserAccessTasksRequest)
Gets user access details in a batch request.
|
default BatchGetUserAccessTasksResponse |
batchGetUserAccessTasks(Consumer<BatchGetUserAccessTasksRequest.Builder> batchGetUserAccessTasksRequest)
Gets user access details in a batch request.
|
static AppFabricClientBuilder |
builder()
Create a builder that can be used to configure and create a
AppFabricClient. |
default 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.
|
default 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.
|
static AppFabricClient |
create()
Create a
AppFabricClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateAppAuthorizationResponse |
createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CreateAppAuthorizationResponse |
createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CreateAppBundleResponse |
createAppBundle(Consumer<CreateAppBundleRequest.Builder> createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
|
default CreateAppBundleResponse |
createAppBundle(CreateAppBundleRequest createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
|
default CreateIngestionResponse |
createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)
Creates a data ingestion for an application.
|
default CreateIngestionResponse |
createIngestion(CreateIngestionRequest createIngestionRequest)
Creates a data ingestion for an application.
|
default 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.
|
default 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.
|
default DeleteAppAuthorizationResponse |
deleteAppAuthorization(Consumer<DeleteAppAuthorizationRequest.Builder> deleteAppAuthorizationRequest)
Deletes an app authorization.
|
default DeleteAppAuthorizationResponse |
deleteAppAuthorization(DeleteAppAuthorizationRequest deleteAppAuthorizationRequest)
Deletes an app authorization.
|
default DeleteAppBundleResponse |
deleteAppBundle(Consumer<DeleteAppBundleRequest.Builder> deleteAppBundleRequest)
Deletes an app bundle.
|
default DeleteAppBundleResponse |
deleteAppBundle(DeleteAppBundleRequest deleteAppBundleRequest)
Deletes an app bundle.
|
default DeleteIngestionResponse |
deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest)
Deletes an ingestion.
|
default DeleteIngestionResponse |
deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)
Deletes an ingestion.
|
default DeleteIngestionDestinationResponse |
deleteIngestionDestination(Consumer<DeleteIngestionDestinationRequest.Builder> deleteIngestionDestinationRequest)
Deletes an ingestion destination.
|
default DeleteIngestionDestinationResponse |
deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)
Deletes an ingestion destination.
|
default GetAppAuthorizationResponse |
getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest)
Returns information about an app authorization.
|
default GetAppAuthorizationResponse |
getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)
Returns information about an app authorization.
|
default GetAppBundleResponse |
getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest)
Returns information about an app bundle.
|
default GetAppBundleResponse |
getAppBundle(GetAppBundleRequest getAppBundleRequest)
Returns information about an app bundle.
|
default GetIngestionResponse |
getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)
Returns information about an ingestion.
|
default GetIngestionResponse |
getIngestion(GetIngestionRequest getIngestionRequest)
Returns information about an ingestion.
|
default GetIngestionDestinationResponse |
getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest)
Returns information about an ingestion destination.
|
default GetIngestionDestinationResponse |
getIngestionDestination(GetIngestionDestinationRequest getIngestionDestinationRequest)
Returns information about an ingestion destination.
|
default ListAppAuthorizationsResponse |
listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default ListAppAuthorizationsResponse |
listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default ListAppAuthorizationsIterable |
listAppAuthorizationsPaginator(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default ListAppAuthorizationsIterable |
listAppAuthorizationsPaginator(ListAppAuthorizationsRequest listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default ListAppBundlesResponse |
listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
|
default ListAppBundlesResponse |
listAppBundles(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
|
default ListAppBundlesIterable |
listAppBundlesPaginator(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
|
default ListAppBundlesIterable |
listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
|
default ListIngestionDestinationsResponse |
listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsResponse |
listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsIterable |
listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsIterable |
listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionsResponse |
listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsResponse |
listIngestions(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsIterable |
listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsIterable |
listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for a resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for a resource.
|
default AppFabricServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default StartIngestionResponse |
startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
|
default StartIngestionResponse |
startIngestion(StartIngestionRequest startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
|
default StartUserAccessTasksResponse |
startUserAccessTasks(Consumer<StartUserAccessTasksRequest.Builder> startUserAccessTasksRequest)
Starts the tasks to search user access status for a specific email address.
|
default StartUserAccessTasksResponse |
startUserAccessTasks(StartUserAccessTasksRequest startUserAccessTasksRequest)
Starts the tasks to search user access status for a specific email address.
|
default StopIngestionResponse |
stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest)
Stops (disables) an ingestion.
|
default StopIngestionResponse |
stopIngestion(StopIngestionRequest stopIngestionRequest)
Stops (disables) an ingestion.
|
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag or tags from a resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag or tags from a resource.
|
default UpdateAppAuthorizationResponse |
updateAppAuthorization(Consumer<UpdateAppAuthorizationRequest.Builder> updateAppAuthorizationRequest)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default UpdateAppAuthorizationResponse |
updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default 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.
|
default 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.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default BatchGetUserAccessTasksResponse batchGetUserAccessTasks(BatchGetUserAccessTasksRequest batchGetUserAccessTasksRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.
batchGetUserAccessTasksRequest - 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.AwsServiceExceptiondefault BatchGetUserAccessTasksResponse batchGetUserAccessTasks(Consumer<BatchGetUserAccessTasksRequest.Builder> batchGetUserAccessTasksRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
batchGetUserAccessTasksRequest - A Consumer that will call methods on BatchGetUserAccessTasksRequest.Builder to create a
request.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.AwsServiceExceptiondefault ConnectAppAuthorizationResponse connectAppAuthorization(ConnectAppAuthorizationRequest connectAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.
connectAppAuthorizationRequest - 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.AwsServiceExceptiondefault ConnectAppAuthorizationResponse connectAppAuthorization(Consumer<ConnectAppAuthorizationRequest.Builder> connectAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
connectAppAuthorizationRequest - A Consumer that will call methods on ConnectAppAuthorizationRequest.Builder to create a
request.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.AwsServiceExceptiondefault CreateAppAuthorizationResponse createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
createAppAuthorizationRequest - 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.AwsServiceExceptiondefault CreateAppAuthorizationResponse createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
createAppAuthorizationRequest - A Consumer that will call methods on CreateAppAuthorizationRequest.Builder to create a
request.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.AwsServiceExceptiondefault CreateAppBundleResponse createAppBundle(CreateAppBundleRequest createAppBundleRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Creates an app bundle to collect data from an application using AppFabric.
createAppBundleRequest - 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.AwsServiceExceptiondefault CreateAppBundleResponse createAppBundle(Consumer<CreateAppBundleRequest.Builder> createAppBundleRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
createAppBundleRequest - A Consumer that will call methods on CreateAppBundleRequest.Builder to create a request.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.AwsServiceExceptiondefault CreateIngestionResponse createIngestion(CreateIngestionRequest createIngestionRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Creates a data ingestion for an application.
createIngestionRequest - 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.AwsServiceExceptiondefault CreateIngestionResponse createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
createIngestionRequest - A Consumer that will call methods on CreateIngestionRequest.Builder to create a request.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.AwsServiceExceptiondefault CreateIngestionDestinationResponse createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
createIngestionDestinationRequest - 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.AwsServiceExceptiondefault CreateIngestionDestinationResponse createIngestionDestination(Consumer<CreateIngestionDestinationRequest.Builder> createIngestionDestinationRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
createIngestionDestinationRequest - A Consumer that will call methods on CreateIngestionDestinationRequest.Builder to create a
request.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.AwsServiceExceptiondefault DeleteAppAuthorizationResponse deleteAppAuthorization(DeleteAppAuthorizationRequest deleteAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.
deleteAppAuthorizationRequest - 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.AwsServiceExceptiondefault DeleteAppAuthorizationResponse deleteAppAuthorization(Consumer<DeleteAppAuthorizationRequest.Builder> deleteAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
deleteAppAuthorizationRequest - A Consumer that will call methods on DeleteAppAuthorizationRequest.Builder to create a
request.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.AwsServiceExceptiondefault DeleteAppBundleResponse deleteAppBundle(DeleteAppBundleRequest deleteAppBundleRequest) throws InternalServerException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.
deleteAppBundleRequest - 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.AwsServiceExceptiondefault DeleteAppBundleResponse deleteAppBundle(Consumer<DeleteAppBundleRequest.Builder> deleteAppBundleRequest) throws InternalServerException, ThrottlingException, ConflictException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
deleteAppBundleRequest - A Consumer that will call methods on DeleteAppBundleRequest.Builder to create a request.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.AwsServiceExceptiondefault DeleteIngestionResponse deleteIngestion(DeleteIngestionRequest deleteIngestionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
deleteIngestionRequest - 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.AwsServiceExceptiondefault DeleteIngestionResponse deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
deleteIngestionRequest - A Consumer that will call methods on DeleteIngestionRequest.Builder to create a request.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.AwsServiceExceptiondefault DeleteIngestionDestinationResponse deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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.
deleteIngestionDestinationRequest - 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.AwsServiceExceptiondefault DeleteIngestionDestinationResponse deleteIngestionDestination(Consumer<DeleteIngestionDestinationRequest.Builder> deleteIngestionDestinationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
deleteIngestionDestinationRequest - A Consumer that will call methods on DeleteIngestionDestinationRequest.Builder to create a
request.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.AwsServiceExceptiondefault GetAppAuthorizationResponse getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns information about an app authorization.
getAppAuthorizationRequest - 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.AwsServiceExceptiondefault GetAppAuthorizationResponse getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
getAppAuthorizationRequest - A Consumer that will call methods on GetAppAuthorizationRequest.Builder to create a
request.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.AwsServiceExceptiondefault GetAppBundleResponse getAppBundle(GetAppBundleRequest getAppBundleRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns information about an app bundle.
getAppBundleRequest - 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.AwsServiceExceptiondefault GetAppBundleResponse getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
getAppBundleRequest - A Consumer that will call methods on GetAppBundleRequest.Builder to create a request.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.AwsServiceExceptiondefault GetIngestionResponse getIngestion(GetIngestionRequest getIngestionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns information about an ingestion.
getIngestionRequest - 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.AwsServiceExceptiondefault GetIngestionResponse getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
getIngestionRequest - A Consumer that will call methods on GetIngestionRequest.Builder to create a request.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.AwsServiceExceptiondefault GetIngestionDestinationResponse getIngestionDestination(GetIngestionDestinationRequest getIngestionDestinationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns information about an ingestion destination.
getIngestionDestinationRequest - 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.AwsServiceExceptiondefault GetIngestionDestinationResponse getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
getIngestionDestinationRequest - A Consumer that will call methods on GetIngestionDestinationRequest.Builder to create a
request.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.AwsServiceExceptiondefault ListAppAuthorizationsResponse listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all app authorizations configured for an app bundle.
listAppAuthorizationsRequest - 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.AwsServiceExceptiondefault ListAppAuthorizationsResponse listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
listAppAuthorizationsRequest - A Consumer that will call methods on ListAppAuthorizationsRequest.Builder to create a
request.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.AwsServiceExceptiondefault ListAppAuthorizationsIterable listAppAuthorizationsPaginator(ListAppAuthorizationsRequest listAppAuthorizationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all app authorizations configured for an app bundle.
This is a variant of
listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsIterable responses = client.listAppAuthorizationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsIterable responses = client
.listAppAuthorizationsPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsIterable responses = client.listAppAuthorizationsPaginator(request);
responses.iterator().forEachRemaining(....);
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.
listAppAuthorizationsRequest - 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.AwsServiceExceptiondefault ListAppAuthorizationsIterable listAppAuthorizationsPaginator(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all app authorizations configured for an app bundle.
This is a variant of
listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsIterable responses = client.listAppAuthorizationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsIterable responses = client
.listAppAuthorizationsPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsIterable responses = client.listAppAuthorizationsPaginator(request);
responses.iterator().forEachRemaining(....);
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()
listAppAuthorizationsRequest - A Consumer that will call methods on ListAppAuthorizationsRequest.Builder to create a
request.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.AwsServiceExceptiondefault ListAppBundlesResponse listAppBundles(ListAppBundlesRequest listAppBundlesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of app bundles.
listAppBundlesRequest - 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.AwsServiceExceptiondefault ListAppBundlesResponse listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
listAppBundlesRequest - A Consumer that will call methods on ListAppBundlesRequest.Builder to create a request.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.AwsServiceExceptiondefault ListAppBundlesIterable listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of app bundles.
This is a variant of
listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesIterable responses = client.listAppBundlesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesIterable responses = client
.listAppBundlesPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesIterable responses = client.listAppBundlesPaginator(request);
responses.iterator().forEachRemaining(....);
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.
listAppBundlesRequest - 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.AwsServiceExceptiondefault ListAppBundlesIterable listAppBundlesPaginator(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest) throws InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of app bundles.
This is a variant of
listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesIterable responses = client.listAppBundlesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesIterable responses = client
.listAppBundlesPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesIterable responses = client.listAppBundlesPaginator(request);
responses.iterator().forEachRemaining(....);
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()
listAppBundlesRequest - A Consumer that will call methods on ListAppBundlesRequest.Builder to create a request.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.AwsServiceExceptiondefault ListIngestionDestinationsResponse listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all ingestion destinations configured for an ingestion.
listIngestionDestinationsRequest - 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.AwsServiceExceptiondefault ListIngestionDestinationsResponse listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
listIngestionDestinationsRequest - A Consumer that will call methods on ListIngestionDestinationsRequest.Builder to create a
request.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.AwsServiceExceptiondefault ListIngestionDestinationsIterable listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all ingestion destinations configured for an ingestion.
This is a variant of
listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable responses = client.listIngestionDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable responses = client
.listIngestionDestinationsPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable responses = client.listIngestionDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
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.
listIngestionDestinationsRequest - 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.AwsServiceExceptiondefault ListIngestionDestinationsIterable listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all ingestion destinations configured for an ingestion.
This is a variant of
listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable responses = client.listIngestionDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable responses = client
.listIngestionDestinationsPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsIterable responses = client.listIngestionDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
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()
listIngestionDestinationsRequest - A Consumer that will call methods on ListIngestionDestinationsRequest.Builder to create a
request.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.AwsServiceExceptiondefault ListIngestionsResponse listIngestions(ListIngestionsRequest listIngestionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all ingestions configured for an app bundle.
listIngestionsRequest - 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.AwsServiceExceptiondefault ListIngestionsResponse listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
listIngestionsRequest - A Consumer that will call methods on ListIngestionsRequest.Builder to create a request.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.AwsServiceExceptiondefault ListIngestionsIterable listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all ingestions configured for an app bundle.
This is a variant of
listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsIterable responses = client.listIngestionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsIterable responses = client
.listIngestionsPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsIterable responses = client.listIngestionsPaginator(request);
responses.iterator().forEachRemaining(....);
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.
listIngestionsRequest - 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.AwsServiceExceptiondefault ListIngestionsIterable listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of all ingestions configured for an app bundle.
This is a variant of
listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsIterable responses = client.listIngestionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsIterable responses = client
.listIngestionsPaginator(request);
for (software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsIterable responses = client.listIngestionsPaginator(request);
responses.iterator().forEachRemaining(....);
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()
listIngestionsRequest - A Consumer that will call methods on ListIngestionsRequest.Builder to create a request.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.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Returns a list of tags for a resource.
listTagsForResourceRequest - 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.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.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.AwsServiceExceptiondefault StartIngestionResponse startIngestion(StartIngestionRequest startIngestionRequest) throws InternalServerException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Starts (enables) an ingestion, which collects data from an application.
startIngestionRequest - 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.AwsServiceExceptiondefault StartIngestionResponse startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest) throws InternalServerException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
startIngestionRequest - A Consumer that will call methods on StartIngestionRequest.Builder to create a request.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.AwsServiceExceptiondefault StartUserAccessTasksResponse startUserAccessTasks(StartUserAccessTasksRequest startUserAccessTasksRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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.
startUserAccessTasksRequest - 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.AwsServiceExceptiondefault StartUserAccessTasksResponse startUserAccessTasks(Consumer<StartUserAccessTasksRequest.Builder> startUserAccessTasksRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
startUserAccessTasksRequest - A Consumer that will call methods on StartUserAccessTasksRequest.Builder to create a
request.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.AwsServiceExceptiondefault StopIngestionResponse stopIngestion(StopIngestionRequest stopIngestionRequest) throws InternalServerException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Stops (disables) an ingestion.
stopIngestionRequest - 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.AwsServiceExceptiondefault StopIngestionResponse stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest) throws InternalServerException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
stopIngestionRequest - A Consumer that will call methods on StopIngestionRequest.Builder to create a request.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.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Assigns one or more tags (key-value pairs) to the specified resource.
tagResourceRequest - 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.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.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.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Removes a tag or tags from a resource.
untagResourceRequest - 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.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.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.AwsServiceExceptiondefault UpdateAppAuthorizationResponse updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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.
updateAppAuthorizationRequest - 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.AwsServiceExceptiondefault UpdateAppAuthorizationResponse updateAppAuthorization(Consumer<UpdateAppAuthorizationRequest.Builder> updateAppAuthorizationRequest) throws InternalServerException, ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
updateAppAuthorizationRequest - A Consumer that will call methods on UpdateAppAuthorizationRequest.Builder to create a
request.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.AwsServiceExceptiondefault UpdateIngestionDestinationResponse updateIngestionDestination(UpdateIngestionDestinationRequest updateIngestionDestinationRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
updateIngestionDestinationRequest - 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.AwsServiceExceptiondefault UpdateIngestionDestinationResponse updateIngestionDestination(Consumer<UpdateIngestionDestinationRequest.Builder> updateIngestionDestinationRequest) throws InternalServerException, ServiceQuotaExceededException, ThrottlingException, ConflictException, ValidationException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, AppFabricException
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()
updateIngestionDestinationRequest - A Consumer that will call methods on UpdateIngestionDestinationRequest.Builder to create a
request.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.AwsServiceExceptionstatic AppFabricClient create()
AppFabricClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AppFabricClientBuilder builder()
AppFabricClient.static ServiceMetadata serviceMetadata()
default AppFabricServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.