Uses of Enum
software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner.AuthLocation
Packages that use AwsV4FamilyHttpSigner.AuthLocation
-
Uses of AwsV4FamilyHttpSigner.AuthLocation in software.amazon.awssdk.http.auth.aws.signer
Fields in software.amazon.awssdk.http.auth.aws.signer with type parameters of type AwsV4FamilyHttpSigner.AuthLocationModifier and TypeFieldDescriptionstatic final SignerProperty<AwsV4FamilyHttpSigner.AuthLocation>AwsV4FamilyHttpSigner.AUTH_LOCATIONThe location where auth-related data is inserted, as a result of signing.Methods in software.amazon.awssdk.http.auth.aws.signer that return AwsV4FamilyHttpSigner.AuthLocationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AwsV4FamilyHttpSigner.AuthLocation[]AwsV4FamilyHttpSigner.AuthLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.