Uses of Class
software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner.AuthLocation
-
Packages that use AwsV4FamilyHttpSigner.AuthLocation Package Description software.amazon.awssdk.http.auth.aws.signer -
-
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.AuthLocation Modifier and Type Field Description static 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.AuthLocation Modifier and Type Method Description static AwsV4FamilyHttpSigner.AuthLocationAwsV4FamilyHttpSigner.AuthLocation. valueOf(String name)Returns 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.
-