Uses of Interface
software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest.Builder
-
Packages that use ListStorageSystemsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of ListStorageSystemsRequest.Builder in software.amazon.awssdk.services.datasync
-
Uses of ListStorageSystemsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ListStorageSystemsRequest.Builder Modifier and Type Method Description static ListStorageSystemsRequest.BuilderListStorageSystemsRequest. builder()ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. maxResults(Integer maxResults)Specifies how many results you want in the response.ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. nextToken(String nextToken)Specifies an opaque string that indicates the position to begin the next list of results in the response.ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageSystemsRequest.BuilderListStorageSystemsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStorageSystemsRequest.BuilderListStorageSystemsRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ListStorageSystemsRequest.Builder Modifier and Type Method Description static Class<? extends ListStorageSystemsRequest.Builder>ListStorageSystemsRequest. serializableBuilderClass()
-