| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2GrantType |
OAuth2GrantType.fromValue(String value)
Use this in place of valueOf.
|
static OAuth2GrantType |
OAuth2GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2GrantType[] |
OAuth2GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2PropertiesInput |
OAuth2PropertiesInput.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth2 grant type in the CreateConnection request.
|
OAuth2Properties |
OAuth2Properties.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth2 grant type.
|
Copyright © 2025. All rights reserved.