| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.model.intermediate | |
| software.amazon.awssdk.codegen.model.service |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
OperationModel.getAuthType() |
AuthType |
Metadata.getAuthType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationModel.setAuthType(AuthType authType) |
void |
Metadata.setAuthType(AuthType authType) |
Metadata |
Metadata.withAuthType(AuthType authType) |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.fromValue(String value) |
AuthType |
Operation.getAuthtype() |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.