Uses of Class
software.amazon.awssdk.services.s3.model.SessionCredentials
Packages that use SessionCredentials
Package
Description
-
Uses of SessionCredentials in software.amazon.awssdk.services.s3.internal.s3express
Methods in software.amazon.awssdk.services.s3.internal.s3express that return SessionCredentialsMethod parameters in software.amazon.awssdk.services.s3.internal.s3express with type arguments of type SessionCredentialsModifier and TypeMethodDescriptionCachedS3ExpressCredentials.builder(Function<S3ExpressIdentityKey, SessionCredentials> supplier) -
Uses of SessionCredentials in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SessionCredentialsModifier and TypeMethodDescriptionfinal SessionCredentialsCreateSessionResponse.credentials()The established temporary security credentials for the created session.Methods in software.amazon.awssdk.services.s3.model with parameters of type SessionCredentialsModifier and TypeMethodDescriptionCreateSessionResponse.Builder.credentials(SessionCredentials credentials) The established temporary security credentials for the created session. -
Uses of SessionCredentials in software.amazon.awssdk.services.s3.s3express
Methods in software.amazon.awssdk.services.s3.s3express with parameters of type SessionCredentialsModifier and TypeMethodDescriptionstatic S3ExpressSessionCredentialsS3ExpressSessionCredentials.fromSessionResponse(SessionCredentials credentials) Create S3 express session credentials for the providedSessionCredentials.