| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.model.intermediate | |
| software.amazon.awssdk.codegen.model.service | |
| software.amazon.awssdk.codegen.poet.auth.scheme |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
OperationModel.getAuthType() |
AuthType |
Metadata.getAuthType() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthType> |
OperationModel.getAuth() |
List<AuthType> |
Metadata.getAuth() |
| 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 |
|---|---|
void |
OperationModel.setAuth(List<AuthType> auth) |
void |
Metadata.setAuth(List<AuthType> auth) |
Metadata |
Metadata.withAuth(List<AuthType> auth) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<List<String>,List<AuthType>> |
AuthSchemeSpecUtils.operationsToAuthType() |
List<AuthType> |
AuthSchemeSpecUtils.serviceDefaultAuthTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBasedAuthSchemeProviderSpec.addAuthTypeProperties(com.squareup.javapoet.MethodSpec.Builder spec,
AuthType authType) |
static AuthSchemeCodegenMetadata |
AuthSchemeCodegenMetadata.fromAuthType(AuthType type) |
Copyright © 2023. All rights reserved.