Uses of Class
org.jclouds.sts.options.AssumeRoleOptions
-
Packages that use AssumeRoleOptions Package Description org.jclouds.sts org.jclouds.sts.options -
-
Uses of AssumeRoleOptions in org.jclouds.sts
Methods in org.jclouds.sts with parameters of type AssumeRoleOptions Modifier and Type Method Description UserAndSessionCredentials
STSApi. assumeRole(String roleArn, String sessionName, AssumeRoleOptions options)
likeSTSApi.assumeRole(String, String)
, except you can modify the timeout and other parameters. -
Uses of AssumeRoleOptions in org.jclouds.sts.options
Methods in org.jclouds.sts.options that return AssumeRoleOptions Modifier and Type Method Description AssumeRoleOptions
AssumeRoleOptions. clone()
static AssumeRoleOptions
AssumeRoleOptions.Builder. durationSeconds(long durationSeconds)
AssumeRoleOptions
AssumeRoleOptions. durationSeconds(long durationSeconds)
The duration, in seconds, that the credentials should remain valid.static AssumeRoleOptions
AssumeRoleOptions.Builder. externalId(String externalId)
AssumeRoleOptions
AssumeRoleOptions. externalId(String externalId)
A unique identifier that is generated by a third party for each of their customers.static AssumeRoleOptions
AssumeRoleOptions.Builder. policy(String policy)
AssumeRoleOptions
AssumeRoleOptions. policy(String policy)
A supplemental policy that can be associated with the temporary security credentials.
-