Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteModelInvocationLoggingConfigurationResponse
-
Packages that use DeleteModelInvocationLoggingConfigurationResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of DeleteModelInvocationLoggingConfigurationResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return DeleteModelInvocationLoggingConfigurationResponse Modifier and Type Method Description default DeleteModelInvocationLoggingConfigurationResponseBedrockClient. deleteModelInvocationLoggingConfiguration(Consumer<DeleteModelInvocationLoggingConfigurationRequest.Builder> deleteModelInvocationLoggingConfigurationRequest)Delete the invocation logging.default DeleteModelInvocationLoggingConfigurationResponseBedrockClient. deleteModelInvocationLoggingConfiguration(DeleteModelInvocationLoggingConfigurationRequest deleteModelInvocationLoggingConfigurationRequest)Delete the invocation logging.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type DeleteModelInvocationLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. deleteModelInvocationLoggingConfiguration(Consumer<DeleteModelInvocationLoggingConfigurationRequest.Builder> deleteModelInvocationLoggingConfigurationRequest)Delete the invocation logging.default CompletableFuture<DeleteModelInvocationLoggingConfigurationResponse>BedrockAsyncClient. deleteModelInvocationLoggingConfiguration(DeleteModelInvocationLoggingConfigurationRequest deleteModelInvocationLoggingConfigurationRequest)Delete the invocation logging.
-