Uses of Interface
software.amazon.awssdk.services.sts.model.AssumedRoleUser.Builder
-
Packages that use AssumedRoleUser.Builder Package Description software.amazon.awssdk.services.sts.model -
-
Uses of AssumedRoleUser.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumedRoleUser.Builder Modifier and Type Method Description AssumedRoleUser.BuilderAssumedRoleUser.Builder. arn(String arn)The ARN of the temporary security credentials that are returned from the AssumeRole action.AssumedRoleUser.BuilderAssumedRoleUser.Builder. assumedRoleId(String assumedRoleId)A unique identifier that contains the role ID and the role session name of the role that is being assumed.static AssumedRoleUser.BuilderAssumedRoleUser. builder()AssumedRoleUser.BuilderAssumedRoleUser. toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumedRoleUser.Builder Modifier and Type Method Description static Class<? extends AssumedRoleUser.Builder>AssumedRoleUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type AssumedRoleUser.Builder Modifier and Type Method Description default AssumeRoleResponse.BuilderAssumeRoleResponse.Builder. assumedRoleUser(Consumer<AssumedRoleUser.Builder> 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.default AssumeRoleWithSamlResponse.BuilderAssumeRoleWithSamlResponse.Builder. assumedRoleUser(Consumer<AssumedRoleUser.Builder> assumedRoleUser)The identifiers for the temporary security credentials that the operation returns.default AssumeRoleWithWebIdentityResponse.BuilderAssumeRoleWithWebIdentityResponse.Builder. assumedRoleUser(Consumer<AssumedRoleUser.Builder> 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.
-