| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
AppBundle |
AppBundle.clone() |
AppBundle |
GetAppBundleResult.getAppBundle()
Contains information about an app bundle.
|
AppBundle |
CreateAppBundleResult.getAppBundle()
Contains information about an app bundle.
|
AppBundle |
AppBundle.withArn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
|
AppBundle |
AppBundle.withCustomerManagedKeyArn(String customerManagedKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppBundleResult.setAppBundle(AppBundle appBundle)
Contains information about an app bundle.
|
void |
CreateAppBundleResult.setAppBundle(AppBundle appBundle)
Contains information about an app bundle.
|
GetAppBundleResult |
GetAppBundleResult.withAppBundle(AppBundle appBundle)
Contains information about an app bundle.
|
CreateAppBundleResult |
CreateAppBundleResult.withAppBundle(AppBundle appBundle)
Contains information about an app bundle.
|
Copyright © 2023. All rights reserved.