Uses of Class
software.amazon.awssdk.services.sagemaker.model.VisibilityConditions
-
Packages that use VisibilityConditions Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VisibilityConditions in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type VisibilityConditions Modifier and Type Method Description List<VisibilityConditions>SearchRequest. visibilityConditions()Limits the results of your search request to the resources that you can access.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VisibilityConditions Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. visibilityConditions(VisibilityConditions... visibilityConditions)Limits the results of your search request to the resources that you can access.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type VisibilityConditions Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. visibilityConditions(Collection<VisibilityConditions> visibilityConditions)Limits the results of your search request to the resources that you can access.
-