Uses of Class
software.amazon.awssdk.crt.auth.credentials.Credentials
Packages that use Credentials
Package
Description
-
Uses of Credentials in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return CredentialsModifier and TypeMethodDescriptionstatic CredentialsCredentials.createAnonymousCredentials()Anonymous Credentials constructor.DelegateCredentialsHandler.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 CredentialsModifier and TypeMethodDescriptionCredentialsProvider.getCredentials()Request credentials from the providerMethods in software.amazon.awssdk.crt.auth.credentials with parameters of type CredentialsModifier and TypeMethodDescriptionStaticCredentialsProvider.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 CredentialsModifier and TypeMethodDescriptionAwsSigningConfig.getCredentials()Gets the credentials to use for signing.Methods in software.amazon.awssdk.crt.auth.signing with parameters of type CredentialsModifier and TypeMethodDescriptionvoidAwsSigningConfig.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 CredentialsModifier and TypeMethodDescriptionstatic 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 CredentialsModifier and TypeMethodDescriptionS3ExpressCredentialsProviderHandler.getS3ExpressCredentials(S3ExpressCredentialsProperties properties, Credentials origCredentials) To resolve the S3Express Credentials.Methods in software.amazon.awssdk.crt.s3 with parameters of type CredentialsModifier and TypeMethodDescriptionvoidS3ExpressCredentialsProvider.getS3ExpressCredentials(S3ExpressCredentialsProperties properties, Credentials origCredentials, long nativeHandler) S3ExpressCredentialsProviderHandler.getS3ExpressCredentials(S3ExpressCredentialsProperties properties, Credentials origCredentials) To resolve the S3Express Credentials.