Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetResourceOauth2TokenRequest.Builder
Packages that use GetResourceOauth2TokenRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetResourceOauth2TokenRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type GetResourceOauth2TokenRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.getResourceOauth2Token(Consumer<GetResourceOauth2TokenRequest.Builder> getResourceOauth2TokenRequest) Returns the OAuth 2.0 token of the provided resource.default GetResourceOauth2TokenResponseBedrockAgentCoreClient.getResourceOauth2Token(Consumer<GetResourceOauth2TokenRequest.Builder> getResourceOauth2TokenRequest) Returns the OAuth 2.0 token of the provided resource. -
Uses of GetResourceOauth2TokenRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetResourceOauth2TokenRequest.BuilderModifier and TypeMethodDescriptionThe audiences to include in the token request.GetResourceOauth2TokenRequest.Builder.audiences(Collection<String> audiences) The audiences to include in the token request.GetResourceOauth2TokenRequest.builder()GetResourceOauth2TokenRequest.Builder.customParameters(Map<String, String> customParameters) A map of custom parameters to include in the authorization request to the resource credential provider.GetResourceOauth2TokenRequest.Builder.customState(String customState) An opaque string that will be sent back to the callback URL provided in resourceOauth2ReturnUrl.GetResourceOauth2TokenRequest.Builder.forceAuthentication(Boolean forceAuthentication) Indicates whether to always initiate a new three-legged OAuth (3LO) flow, regardless of any existing session.GetResourceOauth2TokenRequest.Builder.oauth2Flow(String oauth2Flow) The type of flow to be performed.GetResourceOauth2TokenRequest.Builder.oauth2Flow(Oauth2FlowType oauth2Flow) The type of flow to be performed.GetResourceOauth2TokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetResourceOauth2TokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetResourceOauth2TokenRequest.Builder.resourceCredentialProviderName(String resourceCredentialProviderName) The name of the resource's credential provider.GetResourceOauth2TokenRequest.Builder.resourceOauth2ReturnUrl(String resourceOauth2ReturnUrl) The callback URL to redirect to after the OAuth 2.0 token retrieval is complete.The resources to include in the token request.GetResourceOauth2TokenRequest.Builder.resources(Collection<String> resources) The resources to include in the token request.The OAuth scopes being requested.GetResourceOauth2TokenRequest.Builder.scopes(Collection<String> scopes) The OAuth scopes being requested.GetResourceOauth2TokenRequest.Builder.sessionUri(String sessionUri) Unique identifier for the user's authentication session for retrieving OAuth2 tokens.GetResourceOauth2TokenRequest.toBuilder()GetResourceOauth2TokenRequest.Builder.workloadIdentityToken(String workloadIdentityToken) The identity token of the workload from which you want to retrieve the OAuth2 token.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetResourceOauth2TokenRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetResourceOauth2TokenRequest.Builder>GetResourceOauth2TokenRequest.serializableBuilderClass()