Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteFoundationModelAgreementResponse
-
Packages that use DeleteFoundationModelAgreementResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of DeleteFoundationModelAgreementResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return DeleteFoundationModelAgreementResponse Modifier and Type Method Description default DeleteFoundationModelAgreementResponseBedrockClient. deleteFoundationModelAgreement(Consumer<DeleteFoundationModelAgreementRequest.Builder> deleteFoundationModelAgreementRequest)Delete the model access agreement for the specified model.default DeleteFoundationModelAgreementResponseBedrockClient. deleteFoundationModelAgreement(DeleteFoundationModelAgreementRequest deleteFoundationModelAgreementRequest)Delete the model access agreement for the specified model.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type DeleteFoundationModelAgreementResponse Modifier and Type Method Description default CompletableFuture<DeleteFoundationModelAgreementResponse>BedrockAsyncClient. deleteFoundationModelAgreement(Consumer<DeleteFoundationModelAgreementRequest.Builder> deleteFoundationModelAgreementRequest)Delete the model access agreement for the specified model.default CompletableFuture<DeleteFoundationModelAgreementResponse>BedrockAsyncClient. deleteFoundationModelAgreement(DeleteFoundationModelAgreementRequest deleteFoundationModelAgreementRequest)Delete the model access agreement for the specified model.
-