| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
static Oauth2Credential.Builder |
Oauth2Credential.builder() |
Oauth2Credential.Builder |
Oauth2Credential.Builder.clientId(String clientId)
The client ID of the client application.
|
Oauth2Credential.Builder |
Oauth2Credential.Builder.clientSecret(String clientSecret)
The client secret of the client application.
|
Oauth2Credential.Builder |
Oauth2Credential.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Oauth2Credential.Builder> |
Oauth2Credential.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static Credential |
Credential.fromOauth2Credential(Consumer<Oauth2Credential.Builder> oauth2Credential)
Create an instance of this class with
Credential.oauth2Credential() initialized to the given value. |
default Credential.Builder |
Credential.Builder.oauth2Credential(Consumer<Oauth2Credential.Builder> oauth2Credential)
Contains OAuth2 client credential information.
|
Copyright © 2023. All rights reserved.