Uses of Interface
software.amazon.awssdk.services.bedrock.model.GetModelInvocationLoggingConfigurationResponse.Builder
-
Packages that use GetModelInvocationLoggingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GetModelInvocationLoggingConfigurationResponse.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GetModelInvocationLoggingConfigurationResponse.Builder Modifier and Type Method Description static GetModelInvocationLoggingConfigurationResponse.BuilderGetModelInvocationLoggingConfigurationResponse. builder()default GetModelInvocationLoggingConfigurationResponse.BuilderGetModelInvocationLoggingConfigurationResponse.Builder. loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)The current configuration values.GetModelInvocationLoggingConfigurationResponse.BuilderGetModelInvocationLoggingConfigurationResponse.Builder. loggingConfig(LoggingConfig loggingConfig)The current configuration values.GetModelInvocationLoggingConfigurationResponse.BuilderGetModelInvocationLoggingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GetModelInvocationLoggingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetModelInvocationLoggingConfigurationResponse.Builder>GetModelInvocationLoggingConfigurationResponse. serializableBuilderClass()
-