| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Credential |
Credential.clone() |
Credential |
UpdateAppAuthorizationRequest.getCredential()
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
Credential |
CreateAppAuthorizationRequest.getCredential()
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
Credential |
Credential.withApiKeyCredential(ApiKeyCredential apiKeyCredential)
Contains API key credential information.
|
Credential |
Credential.withOauth2Credential(Oauth2Credential oauth2Credential)
Contains OAuth2 client credential information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAppAuthorizationRequest.setCredential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
void |
CreateAppAuthorizationRequest.setCredential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
UpdateAppAuthorizationRequest |
UpdateAppAuthorizationRequest.withCredential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withCredential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
Copyright © 2025. All rights reserved.