Uses of Class
software.amazon.awssdk.crt.auth.credentials.Credentials
-
Packages that use Credentials Package Description software.amazon.awssdk.crt.auth.credentials software.amazon.awssdk.crt.auth.signing software.amazon.awssdk.crt.cal software.amazon.awssdk.crt.s3 -
-
Uses of Credentials in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return Credentials Modifier and Type Method Description static CredentialsCredentials. createAnonymousCredentials()Anonymous Credentials constructor.CredentialsDelegateCredentialsHandler. getCredentials()Called from Native when delegate credential provider needs to fetch a credential.Methods in software.amazon.awssdk.crt.auth.credentials that return types with arguments of type Credentials Modifier and Type Method Description CompletableFuture<Credentials>CredentialsProvider. getCredentials()Request credentials from the providerMethods in software.amazon.awssdk.crt.auth.credentials with parameters of type Credentials Modifier and Type Method Description StaticCredentialsProvider.StaticCredentialsProviderBuilderStaticCredentialsProvider.StaticCredentialsProviderBuilder. withCredentials(Credentials credentials)sets the entire credential set to use within the static credentials provider. -
Uses of Credentials in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return Credentials Modifier and Type Method Description CredentialsAwsSigningConfig. getCredentials()Gets the credentials to use for signing.Methods in software.amazon.awssdk.crt.auth.signing with parameters of type Credentials Modifier and Type Method Description voidAwsSigningConfig. setCredentials(Credentials credentials)Sets the credentials to use for signing. -
Uses of Credentials in software.amazon.awssdk.crt.cal
Methods in software.amazon.awssdk.crt.cal with parameters of type Credentials Modifier and Type Method Description static EccKeyPairEccKeyPair. newDeriveFromCredentials(Credentials credentials, EccKeyPair.AwsEccCurve curve)Derives the associated ECC key from a pair of AWS credentials according to the sigv4a ecc key derivation specification. -
Uses of Credentials in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return types with arguments of type Credentials Modifier and Type Method Description CompletableFuture<Credentials>S3ExpressCredentialsProviderHandler. getS3ExpressCredentials(S3ExpressCredentialsProperties properties, Credentials origCredentials)To resolve the S3Express Credentials.Methods in software.amazon.awssdk.crt.s3 with parameters of type Credentials Modifier and Type Method Description voidS3ExpressCredentialsProvider. getS3ExpressCredentials(S3ExpressCredentialsProperties properties, Credentials origCredentials, long nativeHandler)CompletableFuture<Credentials>S3ExpressCredentialsProviderHandler. getS3ExpressCredentials(S3ExpressCredentialsProperties properties, Credentials origCredentials)To resolve the S3Express Credentials.
-