| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Credential |
UpdateAppAuthorizationRequest.credential()
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
Credential |
CreateAppAuthorizationRequest.credential()
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
static Credential |
Credential.fromApiKeyCredential(ApiKeyCredential apiKeyCredential)
Create an instance of this class with
apiKeyCredential() initialized to the given value. |
static Credential |
Credential.fromApiKeyCredential(Consumer<ApiKeyCredential.Builder> apiKeyCredential)
Create an instance of this class with
apiKeyCredential() initialized to the given value. |
static Credential |
Credential.fromOauth2Credential(Consumer<Oauth2Credential.Builder> oauth2Credential)
Create an instance of this class with
oauth2Credential() initialized to the given value. |
static Credential |
Credential.fromOauth2Credential(Oauth2Credential oauth2Credential)
Create an instance of this class with
oauth2Credential() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.credential(Credential 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.
|
Copyright © 2023. All rights reserved.