Uses of Class
com.amazonaws.services.securitytoken.model.AssumedRoleUser
-
Packages that use AssumedRoleUser Package Description com.amazonaws.services.securitytoken.model -
-
Uses of AssumedRoleUser in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return AssumedRoleUser Modifier and Type Method Description AssumedRoleUserAssumedRoleUser. clone()AssumedRoleUserAssumeRoleResult. getAssumedRoleUser()The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.AssumedRoleUserAssumeRoleWithSAMLResult. getAssumedRoleUser()The identifiers for the temporary security credentials that the operation returns.AssumedRoleUserAssumeRoleWithWebIdentityResult. getAssumedRoleUser()The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.AssumedRoleUserAssumedRoleUser. withArn(String arn)The ARN of the temporary security credentials that are returned from the AssumeRole action.AssumedRoleUserAssumedRoleUser. withAssumedRoleId(String assumedRoleId)A unique identifier that contains the role ID and the role session name of the role that is being assumed.Methods in com.amazonaws.services.securitytoken.model with parameters of type AssumedRoleUser Modifier and Type Method Description voidAssumeRoleResult. setAssumedRoleUser(AssumedRoleUser assumedRoleUser)The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.voidAssumeRoleWithSAMLResult. setAssumedRoleUser(AssumedRoleUser assumedRoleUser)The identifiers for the temporary security credentials that the operation returns.voidAssumeRoleWithWebIdentityResult. setAssumedRoleUser(AssumedRoleUser assumedRoleUser)The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.AssumeRoleResultAssumeRoleResult. withAssumedRoleUser(AssumedRoleUser assumedRoleUser)The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withAssumedRoleUser(AssumedRoleUser assumedRoleUser)The identifiers for the temporary security credentials that the operation returns.AssumeRoleWithWebIdentityResultAssumeRoleWithWebIdentityResult. withAssumedRoleUser(AssumedRoleUser assumedRoleUser)The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.
-