| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric |
Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAppAuthorizationResponse |
AppFabricClient.createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CreateAppAuthorizationResponse |
AppFabricClient.createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
default CreateAppBundleResponse |
AppFabricClient.createAppBundle(Consumer<CreateAppBundleRequest.Builder> createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
|
default CreateAppBundleResponse |
AppFabricClient.createAppBundle(CreateAppBundleRequest createAppBundleRequest)
Creates an app bundle to collect data from an application using AppFabric.
|
default CreateIngestionResponse |
AppFabricClient.createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)
Creates a data ingestion for an application.
|
default CreateIngestionResponse |
AppFabricClient.createIngestion(CreateIngestionRequest createIngestionRequest)
Creates a data ingestion for an application.
|
default CreateIngestionDestinationResponse |
AppFabricClient.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 |
AppFabricClient.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 UpdateIngestionDestinationResponse |
AppFabricClient.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 |
AppFabricClient.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.
|
Copyright © 2023. All rights reserved.