| Package | Description |
|---|---|
| org.jclouds.aws.domain | |
| org.jclouds.aws.xml | |
| org.jclouds.sts | |
| org.jclouds.sts.domain |
| Modifier and Type | Method and Description |
|---|---|
TemporaryCredentials |
TemporaryCredentials.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
TemporaryCredentials.Builder |
TemporaryCredentials.Builder.from(TemporaryCredentials in) |
| Modifier and Type | Method and Description |
|---|---|
TemporaryCredentials |
TemporaryCredentialsHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
TemporaryCredentials |
STSApi.createTemporaryCredentials()
Returns a set of temporary credentials for an AWS account or IAM user,
with a default timeout
|
TemporaryCredentials |
STSApi.createTemporaryCredentials(TemporaryCredentialsOptions 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<TemporaryCredentials> |
STSAsyncApi.createTemporaryCredentials() |
com.google.common.util.concurrent.ListenableFuture<TemporaryCredentials> |
STSAsyncApi.createTemporaryCredentials(TemporaryCredentialsOptions options) |
| Modifier and Type | Method and Description |
|---|---|
TemporaryCredentials |
UserAndTemporaryCredentials.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 |
|---|---|
UserAndTemporaryCredentials.Builder |
UserAndTemporaryCredentials.Builder.credentials(TemporaryCredentials credentials) |
Copyright © 2009-2013 jclouds. All Rights Reserved.