Uses of Interface
software.amazon.awssdk.services.sts.model.AssumedRoleUser.Builder
Packages that use AssumedRoleUser.Builder
-
Uses of AssumedRoleUser.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumedRoleUser.BuilderModifier and TypeMethodDescriptionThe ARN of the temporary security credentials that are returned from the AssumeRole action.AssumedRoleUser.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.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumedRoleUser.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumedRoleUser.Builder>AssumedRoleUser.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type AssumedRoleUser.BuilderModifier and TypeMethodDescriptiondefault 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.AssumeRoleWithSamlResponse.Builder.assumedRoleUser(Consumer<AssumedRoleUser.Builder> assumedRoleUser) The identifiers for the temporary security credentials that the operation returns.AssumeRoleWithWebIdentityResponse.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.