Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetResourceApiKeyRequest.Builder
Packages that use GetResourceApiKeyRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetResourceApiKeyRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type GetResourceApiKeyRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.getResourceApiKey(Consumer<GetResourceApiKeyRequest.Builder> getResourceApiKeyRequest) Retrieves the API key associated with an API key credential provider.default GetResourceApiKeyResponseBedrockAgentCoreClient.getResourceApiKey(Consumer<GetResourceApiKeyRequest.Builder> getResourceApiKeyRequest) Retrieves the API key associated with an API key credential provider. -
Uses of GetResourceApiKeyRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetResourceApiKeyRequest.BuilderModifier and TypeMethodDescriptionGetResourceApiKeyRequest.builder()GetResourceApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetResourceApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetResourceApiKeyRequest.Builder.resourceCredentialProviderName(String resourceCredentialProviderName) The credential provider name for the resource from which you are retrieving the API key.GetResourceApiKeyRequest.toBuilder()GetResourceApiKeyRequest.Builder.workloadIdentityToken(String workloadIdentityToken) The identity token of the workload from which you want to retrieve the API key.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetResourceApiKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetResourceApiKeyRequest.Builder>GetResourceApiKeyRequest.serializableBuilderClass()