Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetDataSourceResponse
-
Packages that use GetDataSourceResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of GetDataSourceResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetDataSourceResponse Modifier and Type Method Description default GetDataSourceResponseBedrockAgentClient. getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest)Gets information about a data source.default GetDataSourceResponseBedrockAgentClient. getDataSource(GetDataSourceRequest getDataSourceRequest)Gets information about a data source.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetDataSourceResponse Modifier and Type Method Description default CompletableFuture<GetDataSourceResponse>BedrockAgentAsyncClient. getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest)Gets information about a data source.default CompletableFuture<GetDataSourceResponse>BedrockAgentAsyncClient. getDataSource(GetDataSourceRequest getDataSourceRequest)Gets information about a data source.
-