Interface BedrockRuntimeInternalClient
- All Known Implementing Classes:
BedrockRuntimeClientIAMOptimizedImpl,BedrockRuntimeClientIAMProfileOptimizedImpl,BedrockRuntimeClientSessionTokenImpl,BedrockRuntimeClientStandardImpl
public interface BedrockRuntimeInternalClient
Manage the required actions of an Bedrock Runtime client for either local or remote.
-
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClientReturns an Bedrock Runtime async client for streaming operations.software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClientReturns an Bedrock Runtime client after a factory method determines which one to return.
-
Method Details
-
getBedrockRuntimeClient
software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient getBedrockRuntimeClient()Returns an Bedrock Runtime client after a factory method determines which one to return.- Returns:
- BedrockRuntimeClient BedrockRuntimeClient
-
getBedrockRuntimeAsyncClient
software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeAsyncClient getBedrockRuntimeAsyncClient()Returns an Bedrock Runtime async client for streaming operations.- Returns:
- BedrockRuntimeAsyncClient BedrockRuntimeAsyncClient
-