Uses of Interface
software.amazon.awssdk.services.datapipeline.model.QueryObjectsResponse.Builder
-
Packages that use QueryObjectsResponse.Builder Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of QueryObjectsResponse.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return QueryObjectsResponse.Builder Modifier and Type Method Description static QueryObjectsResponse.BuilderQueryObjectsResponse. builder()QueryObjectsResponse.BuilderQueryObjectsResponse.Builder. hasMoreResults(Boolean hasMoreResults)Indicates whether there are more results that can be obtained by a subsequent call.QueryObjectsResponse.BuilderQueryObjectsResponse.Builder. ids(String... ids)The identifiers that match the query selectors.QueryObjectsResponse.BuilderQueryObjectsResponse.Builder. ids(Collection<String> ids)The identifiers that match the query selectors.QueryObjectsResponse.BuilderQueryObjectsResponse.Builder. marker(String marker)The starting point for the next page of results.QueryObjectsResponse.BuilderQueryObjectsResponse. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type QueryObjectsResponse.Builder Modifier and Type Method Description static Class<? extends QueryObjectsResponse.Builder>QueryObjectsResponse. serializableBuilderClass()
-