Uses of Class
software.amazon.awssdk.services.bedrock.model.RequestMetadataBaseFilters
-
Packages that use RequestMetadataBaseFilters Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of RequestMetadataBaseFilters in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type RequestMetadataBaseFilters Modifier and Type Method Description List<RequestMetadataBaseFilters>RequestMetadataFilters. andAll()Include results where all of the based filters match.List<RequestMetadataBaseFilters>RequestMetadataFilters. orAll()Include results where any of the base filters match.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type RequestMetadataBaseFilters Modifier and Type Method Description RequestMetadataFilters.BuilderRequestMetadataFilters.Builder. andAll(RequestMetadataBaseFilters... andAll)Include results where all of the based filters match.RequestMetadataFilters.BuilderRequestMetadataFilters.Builder. orAll(RequestMetadataBaseFilters... orAll)Include results where any of the base filters match.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type RequestMetadataBaseFilters Modifier and Type Method Description RequestMetadataFilters.BuilderRequestMetadataFilters.Builder. andAll(Collection<RequestMetadataBaseFilters> andAll)Include results where all of the based filters match.static RequestMetadataFiltersRequestMetadataFilters. fromAndAll(List<RequestMetadataBaseFilters> andAll)Create an instance of this class withRequestMetadataFilters.andAll()initialized to the given value.static RequestMetadataFiltersRequestMetadataFilters. fromOrAll(List<RequestMetadataBaseFilters> orAll)Create an instance of this class withRequestMetadataFilters.orAll()initialized to the given value.RequestMetadataFilters.BuilderRequestMetadataFilters.Builder. orAll(Collection<RequestMetadataBaseFilters> orAll)Include results where any of the base filters match.
-