| 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<CreateAppAuthorizationResult> |
AWSAppFabricAsyncClient.createAppAuthorizationAsync(CreateAppAuthorizationRequest request,
AsyncHandler<CreateAppAuthorizationRequest,CreateAppAuthorizationResult> asyncHandler) |
Future<CreateAppAuthorizationResult> |
AbstractAWSAppFabricAsync.createAppAuthorizationAsync(CreateAppAuthorizationRequest request,
AsyncHandler<CreateAppAuthorizationRequest,CreateAppAuthorizationResult> asyncHandler) |
Future<CreateAppAuthorizationResult> |
AWSAppFabricAsync.createAppAuthorizationAsync(CreateAppAuthorizationRequest createAppAuthorizationRequest,
AsyncHandler<CreateAppAuthorizationRequest,CreateAppAuthorizationResult> asyncHandler)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.clone() |
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withApp(String app)
The name of the application.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withAuthType(AuthType authType)
The authorization type for the app authorization.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withAuthType(String authType)
The authorization type for the app authorization.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withCredential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withTags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
Copyright © 2023. All rights reserved.