@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AppFabricAsyncClient 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 CompletableFuture<BatchGetUserAccessTasksResponse> |
batchGetUserAccessTasks(BatchGetUserAccessTasksRequest batchGetUserAccessTasksRequest)
Gets user access details in a batch request.
|
default CompletableFuture<BatchGetUserAccessTasksResponse> |
batchGetUserAccessTasks(Consumer<BatchGetUserAccessTasksRequest.Builder> batchGetUserAccessTasksRequest)
Gets user access details in a batch request.
|
static AppFabricAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
AppFabricAsyncClient. |
default CompletableFuture<ConnectAppAuthorizationResponse> |
connectAppAuthorization(ConnectAppAuthorizationRequest connectAppAuthorizationRequest)
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call
the APIs of the application.
|
default CompletableFuture<ConnectAppAuthorizationResponse> |
connectAppAuthorization(Consumer<ConnectAppAuthorizationRequest.Builder> connectAppAuthorizationRequest)
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call
the APIs of the application.
|
static AppFabricAsyncClient |
create()
Create a
AppFabricAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateAppAuthorizationResponse> |
createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CompletableFuture<CreateAppAuthorizationResponse> |
createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CompletableFuture<CreateAppBundleResponse> |
createAppBundle(Consumer<CreateAppBundleRequest.Builder> createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
|
default CompletableFuture<CreateAppBundleResponse> |
createAppBundle(CreateAppBundleRequest createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
|
default CompletableFuture<CreateIngestionResponse> |
createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)
Creates a data ingestion for an application.
|
default CompletableFuture<CreateIngestionResponse> |
createIngestion(CreateIngestionRequest createIngestionRequest)
Creates a data ingestion for an application.
|
default CompletableFuture<CreateIngestionDestinationResponse> |
createIngestionDestination(Consumer<CreateIngestionDestinationRequest.Builder> createIngestionDestinationRequest)
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web
Services AppFabric and where it's delivered.
|
default CompletableFuture<CreateIngestionDestinationResponse> |
createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web
Services AppFabric and where it's delivered.
|
default CompletableFuture<DeleteAppAuthorizationResponse> |
deleteAppAuthorization(Consumer<DeleteAppAuthorizationRequest.Builder> deleteAppAuthorizationRequest)
Deletes an app authorization.
|
default CompletableFuture<DeleteAppAuthorizationResponse> |
deleteAppAuthorization(DeleteAppAuthorizationRequest deleteAppAuthorizationRequest)
Deletes an app authorization.
|
default CompletableFuture<DeleteAppBundleResponse> |
deleteAppBundle(Consumer<DeleteAppBundleRequest.Builder> deleteAppBundleRequest)
Deletes an app bundle.
|
default CompletableFuture<DeleteAppBundleResponse> |
deleteAppBundle(DeleteAppBundleRequest deleteAppBundleRequest)
Deletes an app bundle.
|
default CompletableFuture<DeleteIngestionResponse> |
deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest)
Deletes an ingestion.
|
default CompletableFuture<DeleteIngestionResponse> |
deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)
Deletes an ingestion.
|
default CompletableFuture<DeleteIngestionDestinationResponse> |
deleteIngestionDestination(Consumer<DeleteIngestionDestinationRequest.Builder> deleteIngestionDestinationRequest)
Deletes an ingestion destination.
|
default CompletableFuture<DeleteIngestionDestinationResponse> |
deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)
Deletes an ingestion destination.
|
default CompletableFuture<GetAppAuthorizationResponse> |
getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest)
Returns information about an app authorization.
|
default CompletableFuture<GetAppAuthorizationResponse> |
getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)
Returns information about an app authorization.
|
default CompletableFuture<GetAppBundleResponse> |
getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest)
Returns information about an app bundle.
|
default CompletableFuture<GetAppBundleResponse> |
getAppBundle(GetAppBundleRequest getAppBundleRequest)
Returns information about an app bundle.
|
default CompletableFuture<GetIngestionResponse> |
getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)
Returns information about an ingestion.
|
default CompletableFuture<GetIngestionResponse> |
getIngestion(GetIngestionRequest getIngestionRequest)
Returns information about an ingestion.
|
default CompletableFuture<GetIngestionDestinationResponse> |
getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest)
Returns information about an ingestion destination.
|
default CompletableFuture<GetIngestionDestinationResponse> |
getIngestionDestination(GetIngestionDestinationRequest getIngestionDestinationRequest)
Returns information about an ingestion destination.
|
default CompletableFuture<ListAppAuthorizationsResponse> |
listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default CompletableFuture<ListAppAuthorizationsResponse> |
listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default ListAppAuthorizationsPublisher |
listAppAuthorizationsPaginator(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default ListAppAuthorizationsPublisher |
listAppAuthorizationsPaginator(ListAppAuthorizationsRequest listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
|
default CompletableFuture<ListAppBundlesResponse> |
listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
|
default CompletableFuture<ListAppBundlesResponse> |
listAppBundles(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
|
default ListAppBundlesPublisher |
listAppBundlesPaginator(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
|
default ListAppBundlesPublisher |
listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
|
default CompletableFuture<ListIngestionDestinationsResponse> |
listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default CompletableFuture<ListIngestionDestinationsResponse> |
listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsPublisher |
listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default ListIngestionDestinationsPublisher |
listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
|
default CompletableFuture<ListIngestionsResponse> |
listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default CompletableFuture<ListIngestionsResponse> |
listIngestions(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsPublisher |
listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default ListIngestionsPublisher |
listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for a resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for a resource.
|
default AppFabricServiceClientConfiguration |
serviceClientConfiguration() |
default CompletableFuture<StartIngestionResponse> |
startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
|
default CompletableFuture<StartIngestionResponse> |
startIngestion(StartIngestionRequest startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
|
default CompletableFuture<StartUserAccessTasksResponse> |
startUserAccessTasks(Consumer<StartUserAccessTasksRequest.Builder> startUserAccessTasksRequest)
Starts the tasks to search user access status for a specific email address.
|
default CompletableFuture<StartUserAccessTasksResponse> |
startUserAccessTasks(StartUserAccessTasksRequest startUserAccessTasksRequest)
Starts the tasks to search user access status for a specific email address.
|
default CompletableFuture<StopIngestionResponse> |
stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest)
Stops (disables) an ingestion.
|
default CompletableFuture<StopIngestionResponse> |
stopIngestion(StopIngestionRequest stopIngestionRequest)
Stops (disables) an ingestion.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag or tags from a resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag or tags from a resource.
|
default CompletableFuture<UpdateAppAuthorizationResponse> |
updateAppAuthorization(Consumer<UpdateAppAuthorizationRequest.Builder> updateAppAuthorizationRequest)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CompletableFuture<UpdateAppAuthorizationResponse> |
updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CompletableFuture<UpdateIngestionDestinationResponse> |
updateIngestionDestination(Consumer<UpdateIngestionDestinationRequest.Builder> updateIngestionDestinationRequest)
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web
Services AppFabric and where it's delivered.
|
default CompletableFuture<UpdateIngestionDestinationResponse> |
updateIngestionDestination(UpdateIngestionDestinationRequest updateIngestionDestinationRequest)
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web
Services AppFabric and where it's delivered.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<BatchGetUserAccessTasksResponse> batchGetUserAccessTasks(BatchGetUserAccessTasksRequest batchGetUserAccessTasksRequest)
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.
batchGetUserAccessTasksRequest - default CompletableFuture<BatchGetUserAccessTasksResponse> batchGetUserAccessTasks(Consumer<BatchGetUserAccessTasksRequest.Builder> batchGetUserAccessTasksRequest)
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.
This is a convenience which creates an instance of the BatchGetUserAccessTasksRequest.Builder avoiding
the need to create one manually via BatchGetUserAccessTasksRequest.builder()
batchGetUserAccessTasksRequest - A Consumer that will call methods on BatchGetUserAccessTasksRequest.Builder to create a
request.default CompletableFuture<ConnectAppAuthorizationResponse> connectAppAuthorization(ConnectAppAuthorizationRequest connectAppAuthorizationRequest)
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.
connectAppAuthorizationRequest - default CompletableFuture<ConnectAppAuthorizationResponse> connectAppAuthorization(Consumer<ConnectAppAuthorizationRequest.Builder> connectAppAuthorizationRequest)
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.
This is a convenience which creates an instance of the ConnectAppAuthorizationRequest.Builder avoiding
the need to create one manually via ConnectAppAuthorizationRequest.builder()
connectAppAuthorizationRequest - A Consumer that will call methods on ConnectAppAuthorizationRequest.Builder to create a
request.default CompletableFuture<CreateAppAuthorizationResponse> createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
createAppAuthorizationRequest - default CompletableFuture<CreateAppAuthorizationResponse> createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
This is a convenience which creates an instance of the CreateAppAuthorizationRequest.Builder avoiding the
need to create one manually via CreateAppAuthorizationRequest.builder()
createAppAuthorizationRequest - A Consumer that will call methods on CreateAppAuthorizationRequest.Builder to create a
request.default CompletableFuture<CreateAppBundleResponse> createAppBundle(CreateAppBundleRequest createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
createAppBundleRequest - default CompletableFuture<CreateAppBundleResponse> createAppBundle(Consumer<CreateAppBundleRequest.Builder> createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
This is a convenience which creates an instance of the CreateAppBundleRequest.Builder avoiding the need
to create one manually via CreateAppBundleRequest.builder()
createAppBundleRequest - A Consumer that will call methods on CreateAppBundleRequest.Builder to create a request.default CompletableFuture<CreateIngestionResponse> createIngestion(CreateIngestionRequest createIngestionRequest)
Creates a data ingestion for an application.
createIngestionRequest - default CompletableFuture<CreateIngestionResponse> createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)
Creates a data ingestion for an application.
This is a convenience which creates an instance of the CreateIngestionRequest.Builder avoiding the need
to create one manually via CreateIngestionRequest.builder()
createIngestionRequest - A Consumer that will call methods on CreateIngestionRequest.Builder to create a request.default CompletableFuture<CreateIngestionDestinationResponse> createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
createIngestionDestinationRequest - default CompletableFuture<CreateIngestionDestinationResponse> createIngestionDestination(Consumer<CreateIngestionDestinationRequest.Builder> createIngestionDestinationRequest)
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
This is a convenience which creates an instance of the CreateIngestionDestinationRequest.Builder avoiding
the need to create one manually via CreateIngestionDestinationRequest.builder()
createIngestionDestinationRequest - A Consumer that will call methods on CreateIngestionDestinationRequest.Builder to create a
request.default CompletableFuture<DeleteAppAuthorizationResponse> deleteAppAuthorization(DeleteAppAuthorizationRequest deleteAppAuthorizationRequest)
Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.
deleteAppAuthorizationRequest - default CompletableFuture<DeleteAppAuthorizationResponse> deleteAppAuthorization(Consumer<DeleteAppAuthorizationRequest.Builder> deleteAppAuthorizationRequest)
Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.
This is a convenience which creates an instance of the DeleteAppAuthorizationRequest.Builder avoiding the
need to create one manually via DeleteAppAuthorizationRequest.builder()
deleteAppAuthorizationRequest - A Consumer that will call methods on DeleteAppAuthorizationRequest.Builder to create a
request.default CompletableFuture<DeleteAppBundleResponse> deleteAppBundle(DeleteAppBundleRequest deleteAppBundleRequest)
Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.
deleteAppBundleRequest - default CompletableFuture<DeleteAppBundleResponse> deleteAppBundle(Consumer<DeleteAppBundleRequest.Builder> deleteAppBundleRequest)
Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.
This is a convenience which creates an instance of the DeleteAppBundleRequest.Builder avoiding the need
to create one manually via DeleteAppBundleRequest.builder()
deleteAppBundleRequest - A Consumer that will call methods on DeleteAppBundleRequest.Builder to create a request.default CompletableFuture<DeleteIngestionResponse> deleteIngestion(DeleteIngestionRequest deleteIngestionRequest)
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
deleteIngestionRequest - default CompletableFuture<DeleteIngestionResponse> deleteIngestion(Consumer<DeleteIngestionRequest.Builder> deleteIngestionRequest)
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
This is a convenience which creates an instance of the DeleteIngestionRequest.Builder avoiding the need
to create one manually via DeleteIngestionRequest.builder()
deleteIngestionRequest - A Consumer that will call methods on DeleteIngestionRequest.Builder to create a request.default CompletableFuture<DeleteIngestionDestinationResponse> deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)
Deletes an ingestion destination.
This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.
deleteIngestionDestinationRequest - default CompletableFuture<DeleteIngestionDestinationResponse> deleteIngestionDestination(Consumer<DeleteIngestionDestinationRequest.Builder> deleteIngestionDestinationRequest)
Deletes an ingestion destination.
This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.
This is a convenience which creates an instance of the DeleteIngestionDestinationRequest.Builder avoiding
the need to create one manually via DeleteIngestionDestinationRequest.builder()
deleteIngestionDestinationRequest - A Consumer that will call methods on DeleteIngestionDestinationRequest.Builder to create a
request.default CompletableFuture<GetAppAuthorizationResponse> getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)
Returns information about an app authorization.
getAppAuthorizationRequest - default CompletableFuture<GetAppAuthorizationResponse> getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest)
Returns information about an app authorization.
This is a convenience which creates an instance of the GetAppAuthorizationRequest.Builder avoiding the
need to create one manually via GetAppAuthorizationRequest.builder()
getAppAuthorizationRequest - A Consumer that will call methods on GetAppAuthorizationRequest.Builder to create a
request.default CompletableFuture<GetAppBundleResponse> getAppBundle(GetAppBundleRequest getAppBundleRequest)
Returns information about an app bundle.
getAppBundleRequest - default CompletableFuture<GetAppBundleResponse> getAppBundle(Consumer<GetAppBundleRequest.Builder> getAppBundleRequest)
Returns information about an app bundle.
This is a convenience which creates an instance of the GetAppBundleRequest.Builder avoiding the need to
create one manually via GetAppBundleRequest.builder()
getAppBundleRequest - A Consumer that will call methods on GetAppBundleRequest.Builder to create a request.default CompletableFuture<GetIngestionResponse> getIngestion(GetIngestionRequest getIngestionRequest)
Returns information about an ingestion.
getIngestionRequest - default CompletableFuture<GetIngestionResponse> getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)
Returns information about an ingestion.
This is a convenience which creates an instance of the GetIngestionRequest.Builder avoiding the need to
create one manually via GetIngestionRequest.builder()
getIngestionRequest - A Consumer that will call methods on GetIngestionRequest.Builder to create a request.default CompletableFuture<GetIngestionDestinationResponse> getIngestionDestination(GetIngestionDestinationRequest getIngestionDestinationRequest)
Returns information about an ingestion destination.
getIngestionDestinationRequest - default CompletableFuture<GetIngestionDestinationResponse> getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest)
Returns information about an ingestion destination.
This is a convenience which creates an instance of the GetIngestionDestinationRequest.Builder avoiding
the need to create one manually via GetIngestionDestinationRequest.builder()
getIngestionDestinationRequest - A Consumer that will call methods on GetIngestionDestinationRequest.Builder to create a
request.default CompletableFuture<ListAppAuthorizationsResponse> listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
listAppAuthorizationsRequest - default CompletableFuture<ListAppAuthorizationsResponse> listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)
Returns a list of all app authorizations configured for an app bundle.
This is a convenience which creates an instance of the ListAppAuthorizationsRequest.Builder avoiding the
need to create one manually via ListAppAuthorizationsRequest.builder()
listAppAuthorizationsRequest - A Consumer that will call methods on ListAppAuthorizationsRequest.Builder to create a
request.default ListAppAuthorizationsPublisher listAppAuthorizationsPaginator(ListAppAuthorizationsRequest listAppAuthorizationsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest)
operation.
listAppAuthorizationsRequest - default ListAppAuthorizationsPublisher listAppAuthorizationsPaginator(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListAppAuthorizationsPublisher publisher = client.listAppAuthorizationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAppAuthorizations(software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsRequest)
operation.
This is a convenience which creates an instance of the ListAppAuthorizationsRequest.Builder avoiding the
need to create one manually via ListAppAuthorizationsRequest.builder()
listAppAuthorizationsRequest - A Consumer that will call methods on ListAppAuthorizationsRequest.Builder to create a
request.default CompletableFuture<ListAppBundlesResponse> listAppBundles(ListAppBundlesRequest listAppBundlesRequest)
Returns a list of app bundles.
listAppBundlesRequest - default CompletableFuture<ListAppBundlesResponse> listAppBundles(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
Returns a list of app bundles.
This is a convenience which creates an instance of the ListAppBundlesRequest.Builder avoiding the need to
create one manually via ListAppBundlesRequest.builder()
listAppBundlesRequest - A Consumer that will call methods on ListAppBundlesRequest.Builder to create a request.default ListAppBundlesPublisher listAppBundlesPaginator(ListAppBundlesRequest listAppBundlesRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation.
listAppBundlesRequest - default ListAppBundlesPublisher listAppBundlesPaginator(Consumer<ListAppBundlesRequest.Builder> listAppBundlesRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListAppBundlesPublisher publisher = client.listAppBundlesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListAppBundlesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAppBundles(software.amazon.awssdk.services.appfabric.model.ListAppBundlesRequest) operation.
This is a convenience which creates an instance of the ListAppBundlesRequest.Builder avoiding the need to
create one manually via ListAppBundlesRequest.builder()
listAppBundlesRequest - A Consumer that will call methods on ListAppBundlesRequest.Builder to create a request.default CompletableFuture<ListIngestionDestinationsResponse> listIngestionDestinations(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
listIngestionDestinationsRequest - default CompletableFuture<ListIngestionDestinationsResponse> listIngestionDestinations(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
Returns a list of all ingestion destinations configured for an ingestion.
This is a convenience which creates an instance of the ListIngestionDestinationsRequest.Builder avoiding
the need to create one manually via ListIngestionDestinationsRequest.builder()
listIngestionDestinationsRequest - A Consumer that will call methods on ListIngestionDestinationsRequest.Builder to create a
request.default ListIngestionDestinationsPublisher listIngestionDestinationsPaginator(ListIngestionDestinationsRequest listIngestionDestinationsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest)
operation.
listIngestionDestinationsRequest - default ListIngestionDestinationsPublisher listIngestionDestinationsPaginator(Consumer<ListIngestionDestinationsRequest.Builder> listIngestionDestinationsRequest)
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 publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListIngestionDestinationsPublisher publisher = client.listIngestionDestinationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listIngestionDestinations(software.amazon.awssdk.services.appfabric.model.ListIngestionDestinationsRequest)
operation.
This is a convenience which creates an instance of the ListIngestionDestinationsRequest.Builder avoiding
the need to create one manually via ListIngestionDestinationsRequest.builder()
listIngestionDestinationsRequest - A Consumer that will call methods on ListIngestionDestinationsRequest.Builder to create a
request.default CompletableFuture<ListIngestionsResponse> listIngestions(ListIngestionsRequest listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
listIngestionsRequest - default CompletableFuture<ListIngestionsResponse> listIngestions(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
Returns a list of all ingestions configured for an app bundle.
This is a convenience which creates an instance of the ListIngestionsRequest.Builder avoiding the need to
create one manually via ListIngestionsRequest.builder()
listIngestionsRequest - A Consumer that will call methods on ListIngestionsRequest.Builder to create a request.default ListIngestionsPublisher listIngestionsPaginator(ListIngestionsRequest listIngestionsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation.
listIngestionsRequest - default ListIngestionsPublisher listIngestionsPaginator(Consumer<ListIngestionsRequest.Builder> listIngestionsRequest)
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 publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appfabric.paginators.ListIngestionsPublisher publisher = client.listIngestionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listIngestions(software.amazon.awssdk.services.appfabric.model.ListIngestionsRequest) operation.
This is a convenience which creates an instance of the ListIngestionsRequest.Builder avoiding the need to
create one manually via ListIngestionsRequest.builder()
listIngestionsRequest - A Consumer that will call methods on ListIngestionsRequest.Builder to create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for a resource.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for a resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<StartIngestionResponse> startIngestion(StartIngestionRequest startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
startIngestionRequest - default CompletableFuture<StartIngestionResponse> startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)
Starts (enables) an ingestion, which collects data from an application.
This is a convenience which creates an instance of the StartIngestionRequest.Builder avoiding the need to
create one manually via StartIngestionRequest.builder()
startIngestionRequest - A Consumer that will call methods on StartIngestionRequest.Builder to create a request.default CompletableFuture<StartUserAccessTasksResponse> startUserAccessTasks(StartUserAccessTasksRequest startUserAccessTasksRequest)
Starts the tasks to search user access status for a specific email address.
The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out.
startUserAccessTasksRequest - default CompletableFuture<StartUserAccessTasksResponse> startUserAccessTasks(Consumer<StartUserAccessTasksRequest.Builder> startUserAccessTasksRequest)
Starts the tasks to search user access status for a specific email address.
The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out.
This is a convenience which creates an instance of the StartUserAccessTasksRequest.Builder avoiding the
need to create one manually via StartUserAccessTasksRequest.builder()
startUserAccessTasksRequest - A Consumer that will call methods on StartUserAccessTasksRequest.Builder to create a
request.default CompletableFuture<StopIngestionResponse> stopIngestion(StopIngestionRequest stopIngestionRequest)
Stops (disables) an ingestion.
stopIngestionRequest - default CompletableFuture<StopIngestionResponse> stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest)
Stops (disables) an ingestion.
This is a convenience which creates an instance of the StopIngestionRequest.Builder avoiding the need to
create one manually via StopIngestionRequest.builder()
stopIngestionRequest - A Consumer that will call methods on StopIngestionRequest.Builder to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag or tags from a resource.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag or tags from a resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateAppAuthorizationResponse> updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
If the app authorization was in a connected state, updating the app authorization will set it back
to a PendingConnect state.
updateAppAuthorizationRequest - default CompletableFuture<UpdateAppAuthorizationResponse> updateAppAuthorization(Consumer<UpdateAppAuthorizationRequest.Builder> updateAppAuthorizationRequest)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
If the app authorization was in a connected state, updating the app authorization will set it back
to a PendingConnect state.
This is a convenience which creates an instance of the UpdateAppAuthorizationRequest.Builder avoiding the
need to create one manually via UpdateAppAuthorizationRequest.builder()
updateAppAuthorizationRequest - A Consumer that will call methods on UpdateAppAuthorizationRequest.Builder to create a
request.default CompletableFuture<UpdateIngestionDestinationResponse> updateIngestionDestination(UpdateIngestionDestinationRequest updateIngestionDestinationRequest)
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
updateIngestionDestinationRequest - default CompletableFuture<UpdateIngestionDestinationResponse> updateIngestionDestination(Consumer<UpdateIngestionDestinationRequest.Builder> updateIngestionDestinationRequest)
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
This is a convenience which creates an instance of the UpdateIngestionDestinationRequest.Builder avoiding
the need to create one manually via UpdateIngestionDestinationRequest.builder()
updateIngestionDestinationRequest - A Consumer that will call methods on UpdateIngestionDestinationRequest.Builder to create a
request.default AppFabricServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientstatic AppFabricAsyncClient create()
AppFabricAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AppFabricAsyncClientBuilder builder()
AppFabricAsyncClient.Copyright © 2023. All rights reserved.