Uses of Interface
software.amazon.awssdk.services.datasync.model.ListLocationsResponse.Builder
-
Packages that use ListLocationsResponse.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ListLocationsResponse.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ListLocationsResponse.Builder Modifier and Type Method Description static ListLocationsResponse.BuilderListLocationsResponse. builder()ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(Collection<LocationListEntry> locations)An array that contains a list of locations.ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(Consumer<LocationListEntry.Builder>... locations)An array that contains a list of locations.ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(LocationListEntry... locations)An array that contains a list of locations.ListLocationsResponse.BuilderListLocationsResponse.Builder. nextToken(String nextToken)An opaque string that indicates the position at which to begin returning the next list of locations.ListLocationsResponse.BuilderListLocationsResponse. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ListLocationsResponse.Builder Modifier and Type Method Description static Class<? extends ListLocationsResponse.Builder>ListLocationsResponse. serializableBuilderClass()
-