@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAppFabric extends Object implements AWSAppFabric
AWSAppFabric. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
BatchGetUserAccessTasksResult |
batchGetUserAccessTasks(BatchGetUserAccessTasksRequest request)
Gets user access details in a batch request.
|
ConnectAppAuthorizationResult |
connectAppAuthorization(ConnectAppAuthorizationRequest request)
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call
the APIs of the application.
|
CreateAppAuthorizationResult |
createAppAuthorization(CreateAppAuthorizationRequest request)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
CreateAppBundleResult |
createAppBundle(CreateAppBundleRequest request)
Creates an app bundle to collect data from an application using AppFabric.
|
CreateIngestionResult |
createIngestion(CreateIngestionRequest request)
Creates a data ingestion for an application.
|
CreateIngestionDestinationResult |
createIngestionDestination(CreateIngestionDestinationRequest request)
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web
Services AppFabric and where it's delivered.
|
DeleteAppAuthorizationResult |
deleteAppAuthorization(DeleteAppAuthorizationRequest request)
Deletes an app authorization.
|
DeleteAppBundleResult |
deleteAppBundle(DeleteAppBundleRequest request)
Deletes an app bundle.
|
DeleteIngestionResult |
deleteIngestion(DeleteIngestionRequest request)
Deletes an ingestion.
|
DeleteIngestionDestinationResult |
deleteIngestionDestination(DeleteIngestionDestinationRequest request)
Deletes an ingestion destination.
|
GetAppAuthorizationResult |
getAppAuthorization(GetAppAuthorizationRequest request)
Returns information about an app authorization.
|
GetAppBundleResult |
getAppBundle(GetAppBundleRequest request)
Returns information about an app bundle.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetIngestionResult |
getIngestion(GetIngestionRequest request)
Returns information about an ingestion.
|
GetIngestionDestinationResult |
getIngestionDestination(GetIngestionDestinationRequest request)
Returns information about an ingestion destination.
|
ListAppAuthorizationsResult |
listAppAuthorizations(ListAppAuthorizationsRequest request)
Returns a list of all app authorizations configured for an app bundle.
|
ListAppBundlesResult |
listAppBundles(ListAppBundlesRequest request)
Returns a list of app bundles.
|
ListIngestionDestinationsResult |
listIngestionDestinations(ListIngestionDestinationsRequest request)
Returns a list of all ingestion destinations configured for an ingestion.
|
ListIngestionsResult |
listIngestions(ListIngestionsRequest request)
Returns a list of all ingestions configured for an app bundle.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags for a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartIngestionResult |
startIngestion(StartIngestionRequest request)
Starts (enables) an ingestion, which collects data from an application.
|
StartUserAccessTasksResult |
startUserAccessTasks(StartUserAccessTasksRequest request)
Starts the tasks to search user access status for a specific email address.
|
StopIngestionResult |
stopIngestion(StopIngestionRequest request)
Stops (disables) an ingestion.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Assigns one or more tags (key-value pairs) to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes a tag or tags from a resource.
|
UpdateAppAuthorizationResult |
updateAppAuthorization(UpdateAppAuthorizationRequest request)
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
UpdateIngestionDestinationResult |
updateIngestionDestination(UpdateIngestionDestinationRequest request)
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web
Services AppFabric and where it's delivered.
|
public BatchGetUserAccessTasksResult batchGetUserAccessTasks(BatchGetUserAccessTasksRequest request)
AWSAppFabricGets user access details in a batch request.
This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.
batchGetUserAccessTasks in interface AWSAppFabricpublic ConnectAppAuthorizationResult connectAppAuthorization(ConnectAppAuthorizationRequest request)
AWSAppFabricEstablishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.
connectAppAuthorization in interface AWSAppFabricpublic CreateAppAuthorizationResult createAppAuthorization(CreateAppAuthorizationRequest request)
AWSAppFabricCreates an app authorization within an app bundle, which allows AppFabric to connect to an application.
createAppAuthorization in interface AWSAppFabricpublic CreateAppBundleResult createAppBundle(CreateAppBundleRequest request)
AWSAppFabricCreates an app bundle to collect data from an application using AppFabric.
createAppBundle in interface AWSAppFabricpublic CreateIngestionResult createIngestion(CreateIngestionRequest request)
AWSAppFabricCreates a data ingestion for an application.
createIngestion in interface AWSAppFabricpublic CreateIngestionDestinationResult createIngestionDestination(CreateIngestionDestinationRequest request)
AWSAppFabricCreates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
createIngestionDestination in interface AWSAppFabricpublic DeleteAppAuthorizationResult deleteAppAuthorization(DeleteAppAuthorizationRequest request)
AWSAppFabricDeletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.
deleteAppAuthorization in interface AWSAppFabricpublic DeleteAppBundleResult deleteAppBundle(DeleteAppBundleRequest request)
AWSAppFabricDeletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.
deleteAppBundle in interface AWSAppFabricpublic DeleteIngestionResult deleteIngestion(DeleteIngestionRequest request)
AWSAppFabricDeletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
deleteIngestion in interface AWSAppFabricpublic DeleteIngestionDestinationResult deleteIngestionDestination(DeleteIngestionDestinationRequest request)
AWSAppFabricDeletes 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.
deleteIngestionDestination in interface AWSAppFabricpublic GetAppAuthorizationResult getAppAuthorization(GetAppAuthorizationRequest request)
AWSAppFabricReturns information about an app authorization.
getAppAuthorization in interface AWSAppFabricpublic GetAppBundleResult getAppBundle(GetAppBundleRequest request)
AWSAppFabricReturns information about an app bundle.
getAppBundle in interface AWSAppFabricpublic GetIngestionResult getIngestion(GetIngestionRequest request)
AWSAppFabricReturns information about an ingestion.
getIngestion in interface AWSAppFabricpublic GetIngestionDestinationResult getIngestionDestination(GetIngestionDestinationRequest request)
AWSAppFabricReturns information about an ingestion destination.
getIngestionDestination in interface AWSAppFabricpublic ListAppAuthorizationsResult listAppAuthorizations(ListAppAuthorizationsRequest request)
AWSAppFabricReturns a list of all app authorizations configured for an app bundle.
listAppAuthorizations in interface AWSAppFabricpublic ListAppBundlesResult listAppBundles(ListAppBundlesRequest request)
AWSAppFabricReturns a list of app bundles.
listAppBundles in interface AWSAppFabricpublic ListIngestionDestinationsResult listIngestionDestinations(ListIngestionDestinationsRequest request)
AWSAppFabricReturns a list of all ingestion destinations configured for an ingestion.
listIngestionDestinations in interface AWSAppFabricpublic ListIngestionsResult listIngestions(ListIngestionsRequest request)
AWSAppFabricReturns a list of all ingestions configured for an app bundle.
listIngestions in interface AWSAppFabricpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSAppFabricReturns a list of tags for a resource.
listTagsForResource in interface AWSAppFabricpublic StartIngestionResult startIngestion(StartIngestionRequest request)
AWSAppFabricStarts (enables) an ingestion, which collects data from an application.
startIngestion in interface AWSAppFabricpublic StartUserAccessTasksResult startUserAccessTasks(StartUserAccessTasksRequest request)
AWSAppFabricStarts 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.
startUserAccessTasks in interface AWSAppFabricpublic StopIngestionResult stopIngestion(StopIngestionRequest request)
AWSAppFabricStops (disables) an ingestion.
stopIngestion in interface AWSAppFabricpublic TagResourceResult tagResource(TagResourceRequest request)
AWSAppFabricAssigns one or more tags (key-value pairs) to the specified resource.
tagResource in interface AWSAppFabricpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSAppFabricRemoves a tag or tags from a resource.
untagResource in interface AWSAppFabricpublic UpdateAppAuthorizationResult updateAppAuthorization(UpdateAppAuthorizationRequest request)
AWSAppFabricUpdates 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.
updateAppAuthorization in interface AWSAppFabricpublic UpdateIngestionDestinationResult updateIngestionDestination(UpdateIngestionDestinationRequest request)
AWSAppFabricUpdates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.
updateIngestionDestination in interface AWSAppFabricpublic void shutdown()
AWSAppFabricshutdown in interface AWSAppFabricpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSAppFabricResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSAppFabricrequest - The originally executed request.