static ListStorageConfigurationsResponse.Builder |
ListStorageConfigurationsResponse.builder() |
|
ListStorageConfigurationsResponse.Builder |
ListStorageConfigurationsResponse.Builder.nextToken(String nextToken) |
If there are more storage configurations than maxResults, use nextToken in the
request to get the next set.
|
ListStorageConfigurationsResponse.Builder |
ListStorageConfigurationsResponse.Builder.storageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations) |
List of the matching storage configurations.
|
ListStorageConfigurationsResponse.Builder |
ListStorageConfigurationsResponse.Builder.storageConfigurations(Consumer<StorageConfigurationSummary.Builder>... storageConfigurations) |
List of the matching storage configurations.
|
ListStorageConfigurationsResponse.Builder |
ListStorageConfigurationsResponse.Builder.storageConfigurations(StorageConfigurationSummary... storageConfigurations) |
List of the matching storage configurations.
|
ListStorageConfigurationsResponse.Builder |
ListStorageConfigurationsResponse.toBuilder() |
|