Uses of Interface
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesResponse.Builder
-
Packages that use DescribeStorageSystemResourcesResponse.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of DescribeStorageSystemResourcesResponse.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DescribeStorageSystemResourcesResponse.Builder Modifier and Type Method Description static DescribeStorageSystemResourcesResponse.BuilderDescribeStorageSystemResourcesResponse. builder()DescribeStorageSystemResourcesResponse.BuilderDescribeStorageSystemResourcesResponse.Builder. nextToken(String nextToken)The opaque string that indicates the position to begin the next list of results in the response.default DescribeStorageSystemResourcesResponse.BuilderDescribeStorageSystemResourcesResponse.Builder. resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails)The information collected about your storage system's resources.DescribeStorageSystemResourcesResponse.BuilderDescribeStorageSystemResourcesResponse.Builder. resourceDetails(ResourceDetails resourceDetails)The information collected about your storage system's resources.DescribeStorageSystemResourcesResponse.BuilderDescribeStorageSystemResourcesResponse. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DescribeStorageSystemResourcesResponse.Builder Modifier and Type Method Description static Class<? extends DescribeStorageSystemResourcesResponse.Builder>DescribeStorageSystemResourcesResponse. serializableBuilderClass()
-