Uses of Class
software.amazon.awscdk.services.bedrockagentcore.ApiKeyCredentialLocation
Packages that use ApiKeyCredentialLocation
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ApiKeyCredentialLocation in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return ApiKeyCredentialLocationModifier and TypeMethodDescriptiondefault ApiKeyCredentialLocationApiKeyCredentialProviderOptions.getCredentialLocation()The location of the API key credential.final ApiKeyCredentialLocationApiKeyCredentialProviderOptions.Jsii$Proxy.getCredentialLocation()default ApiKeyCredentialLocationFromApiKeyIdentityOptions.getCredentialLocation()Where to place the API key on outbound requests.final ApiKeyCredentialLocationFromApiKeyIdentityOptions.Jsii$Proxy.getCredentialLocation()static ApiKeyCredentialLocationApiKeyCredentialLocation.header()Create a header-based API key credential location.static ApiKeyCredentialLocationApiKeyCredentialLocation.header(ApiKeyAdditionalConfiguration config) Create a header-based API key credential location.static ApiKeyCredentialLocationApiKeyCredentialLocation.queryParameter()Create a query parameter-based API key credential location.static ApiKeyCredentialLocationApiKeyCredentialLocation.queryParameter(ApiKeyAdditionalConfiguration config) Create a query parameter-based API key credential location.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ApiKeyCredentialLocationModifier and TypeMethodDescriptionApiKeyCredentialProviderOptions.Builder.credentialLocation(ApiKeyCredentialLocation credentialLocation) Sets the value ofApiKeyCredentialProviderOptions.getCredentialLocation()FromApiKeyIdentityOptions.Builder.credentialLocation(ApiKeyCredentialLocation credentialLocation) Sets the value ofFromApiKeyIdentityOptions.getCredentialLocation()