Uses of Class
com.oracle.bmc.objectstorage.model.ListObjects.Builder
-
Packages that use ListObjects.Builder Package Description com.oracle.bmc.objectstorage.model -
-
Uses of ListObjects.Builder in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ListObjects.Builder Modifier and Type Method Description static ListObjects.BuilderListObjects. builder()Create a new builder.ListObjects.BuilderListObjects.Builder. copy(ListObjects model)ListObjects.BuilderListObjects.Builder. nextStartWith(String nextStartWith)The name of the object to use in the start parameter to obtain the next page of a truncated ListObjects response.ListObjects.BuilderListObjects.Builder. objects(List<ObjectSummary> objects)An array of object summaries.ListObjects.BuilderListObjects.Builder. prefixes(List<String> prefixes)Prefixes that are common to the results returned by the request if the request specified a delimiter.ListObjects.BuilderListObjects. toBuilder()
-