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