Package | Description |
---|---|
org.jclouds.aws.domain | |
org.jclouds.aws.xml | |
org.jclouds.sts | |
org.jclouds.sts.domain |
Modifier and Type | Method and Description |
---|---|
SessionCredentials |
SessionCredentials.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SessionCredentials.Builder |
SessionCredentials.Builder.from(SessionCredentials in) |
Modifier and Type | Method and Description |
---|---|
SessionCredentials |
SessionCredentialsHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
SessionCredentials |
STSApi.createTemporaryCredentials()
Returns a set of temporary credentials for an AWS account or IAM user,
with a default timeout
|
SessionCredentials |
STSApi.createTemporaryCredentials(SessionCredentialsOptions options)
like
STSApi.createTemporaryCredentials() , except you can modify the
timeout and other parameters. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SessionCredentials> |
STSAsyncApi.createTemporaryCredentials() |
com.google.common.util.concurrent.ListenableFuture<SessionCredentials> |
STSAsyncApi.createTemporaryCredentials(SessionCredentialsOptions options) |
Modifier and Type | Method and Description |
---|---|
SessionCredentials |
UserAndSessionCredentials.getCredentials()
The temporary security credentials, which includes an Access Key ID, a
Secret Access Key, and a security token.
|
Modifier and Type | Method and Description |
---|---|
UserAndSessionCredentials.Builder |
UserAndSessionCredentials.Builder.credentials(SessionCredentials credentials) |
Copyright © 2009-2013 jclouds. All Rights Reserved.