| Package | Description |
|---|---|
| com.amazonaws.services.appfabric |
Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.
|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAppBundleResult> |
AWSAppFabricAsyncClient.createAppBundleAsync(CreateAppBundleRequest request,
AsyncHandler<CreateAppBundleRequest,CreateAppBundleResult> asyncHandler) |
Future<CreateAppBundleResult> |
AWSAppFabricAsync.createAppBundleAsync(CreateAppBundleRequest createAppBundleRequest,
AsyncHandler<CreateAppBundleRequest,CreateAppBundleResult> asyncHandler)
Creates an app bundle to collect data from an application using AppFabric.
|
Future<CreateAppBundleResult> |
AbstractAWSAppFabricAsync.createAppBundleAsync(CreateAppBundleRequest request,
AsyncHandler<CreateAppBundleRequest,CreateAppBundleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAppBundleRequest |
CreateAppBundleRequest.clone() |
CreateAppBundleRequest |
CreateAppBundleRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateAppBundleRequest |
CreateAppBundleRequest.withCustomerManagedKeyIdentifier(String customerManagedKeyIdentifier)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to use to encrypt the application data.
|
CreateAppBundleRequest |
CreateAppBundleRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppBundleRequest |
CreateAppBundleRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
Copyright © 2025. All rights reserved.