| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric |
Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.
|
| software.amazon.awssdk.services.appfabric.model |
| 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 CompletableFuture<CreateAppAuthorizationResponse> |
AppFabricAsyncClient.createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.app(String app)
The name of the application.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.authType(AuthType authType)
The authorization type for the app authorization.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.authType(String authType)
The authorization type for the app authorization.
|
static CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.builder() |
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.credential(Consumer<Credential.Builder> credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.credential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.tags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
default CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.tenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAppAuthorizationRequest.Builder> |
CreateAppAuthorizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.