Uses of Class
org.jclouds.sts.options.AssumeRoleOptions
Packages that use AssumeRoleOptions
-
Uses of AssumeRoleOptions in org.jclouds.sts
Methods in org.jclouds.sts with parameters of type AssumeRoleOptionsModifier and TypeMethodDescriptionSTSApi.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 AssumeRoleOptionsModifier and TypeMethodDescriptionAssumeRoleOptions.clone()
static AssumeRoleOptions
AssumeRoleOptions.Builder.durationSeconds
(long durationSeconds) AssumeRoleOptions.durationSeconds
(long durationSeconds) The duration, in seconds, that the credentials should remain valid.static AssumeRoleOptions
AssumeRoleOptions.Builder.externalId
(String externalId) AssumeRoleOptions.externalId
(String externalId) A unique identifier that is generated by a third party for each of their customers.static AssumeRoleOptions
A supplemental policy that can be associated with the temporary security credentials.