Uses of Class
software.amazon.awssdk.services.s3.model.SessionCredentials
-
Packages that use SessionCredentials Package Description software.amazon.awssdk.services.s3.internal.s3express software.amazon.awssdk.services.s3.model software.amazon.awssdk.services.s3.s3express -
-
Uses of SessionCredentials in software.amazon.awssdk.services.s3.internal.s3express
Methods in software.amazon.awssdk.services.s3.internal.s3express that return SessionCredentials Modifier and Type Method Description SessionCredentialsCachedS3ExpressCredentials. get()Method parameters in software.amazon.awssdk.services.s3.internal.s3express with type arguments of type SessionCredentials Modifier and Type Method Description static CachedS3ExpressCredentials.BuilderCachedS3ExpressCredentials. 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 SessionCredentials Modifier and Type Method Description SessionCredentialsCreateSessionResponse. credentials()The established temporary security credentials for the created session.Methods in software.amazon.awssdk.services.s3.model with parameters of type SessionCredentials Modifier and Type Method Description CreateSessionResponse.BuilderCreateSessionResponse.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 SessionCredentials Modifier and Type Method Description static S3ExpressSessionCredentialsS3ExpressSessionCredentials. fromSessionResponse(SessionCredentials credentials)Create S3 express session credentials for the providedSessionCredentials.
-