Uses of Class
org.jclouds.aws.domain.SessionCredentials
Packages that use SessionCredentials
Package
Description
-
Uses of SessionCredentials in org.jclouds.aws.domain
Methods in org.jclouds.aws.domain that return SessionCredentialsMethods in org.jclouds.aws.domain with parameters of type SessionCredentials -
Uses of SessionCredentials in org.jclouds.aws.xml
Methods in org.jclouds.aws.xml that return SessionCredentials -
Uses of SessionCredentials in org.jclouds.sts
Methods in org.jclouds.sts that return SessionCredentialsModifier and TypeMethodDescriptionSTSApi.createTemporaryCredentials()
Returns a set of temporary credentials for an AWS account or IAM user, with a default timeoutSTSApi.createTemporaryCredentials
(SessionCredentialsOptions options) likeSTSApi.createTemporaryCredentials()
, except you can modify the timeout and other parameters. -
Uses of SessionCredentials in org.jclouds.sts.domain
Methods in org.jclouds.sts.domain that return SessionCredentialsModifier and TypeMethodDescriptionUserAndSessionCredentials.getCredentials()
The temporary security credentials, which includes an Access Key ID, a Secret Access Key, and a security token.Methods in org.jclouds.sts.domain with parameters of type SessionCredentialsModifier and TypeMethodDescriptionUserAndSessionCredentials.Builder.credentials
(SessionCredentials credentials)