Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.UserIdentifier
Packages that use UserIdentifier
-
Uses of UserIdentifier in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return UserIdentifierModifier and TypeMethodDescriptionstatic UserIdentifierUserIdentifier.fromUserId(String userId) Create an instance of this class withuserId()initialized to the given value.static UserIdentifierUserIdentifier.fromUserToken(String userToken) Create an instance of this class withuserToken()initialized to the given value.final UserIdentifierCompleteResourceTokenAuthRequest.userIdentifier()The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type UserIdentifierModifier and TypeMethodDescriptionCompleteResourceTokenAuthRequest.Builder.userIdentifier(UserIdentifier userIdentifier) The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.