Package | Description |
---|---|
com.iland.cohesity.iaas.backups.samples.model |
Recovery API Model.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSample
Immutable implementation of
Sample . |
Modifier and Type | Method and Description |
---|---|
List<Sample> |
SampleSeries.samples()
List of samples.
|
com.google.common.collect.ImmutableList<Sample> |
ImmutableVdcSampleSeries.samples()
List of samples.
|
com.google.common.collect.ImmutableList<Sample> |
ImmutableBackupGroupSampleSeries.samples()
List of samples.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVdcSampleSeries.Builder |
ImmutableVdcSampleSeries.Builder.addSamples(Sample... elements)
Adds elements to
samples list. |
ImmutableBackupGroupSampleSeries.Builder |
ImmutableBackupGroupSampleSeries.Builder.addSamples(Sample... elements)
Adds elements to
samples list. |
ImmutableVdcSampleSeries.Builder |
ImmutableVdcSampleSeries.Builder.addSamples(Sample element)
Adds one element to
samples list. |
ImmutableBackupGroupSampleSeries.Builder |
ImmutableBackupGroupSampleSeries.Builder.addSamples(Sample element)
Adds one element to
samples list. |
static ImmutableSample |
ImmutableSample.copyOf(Sample instance)
Creates an immutable copy of a
Sample value. |
ImmutableSample.Builder |
ImmutableSample.Builder.from(Sample instance)
Fill a builder with attribute values from the provided
Sample instance. |
ImmutableVdcSampleSeries |
ImmutableVdcSampleSeries.withSamples(Sample... elements)
Copy the current immutable object with elements that replace the content of
samples . |
ImmutableBackupGroupSampleSeries |
ImmutableBackupGroupSampleSeries.withSamples(Sample... elements)
Copy the current immutable object with elements that replace the content of
samples . |
Modifier and Type | Method and Description |
---|---|
ImmutableVdcSampleSeries.Builder |
ImmutableVdcSampleSeries.Builder.addAllSamples(Iterable<? extends Sample> elements)
Adds elements to
samples list. |
ImmutableBackupGroupSampleSeries.Builder |
ImmutableBackupGroupSampleSeries.Builder.addAllSamples(Iterable<? extends Sample> elements)
Adds elements to
samples list. |
ImmutableVdcSampleSeries.Builder |
ImmutableVdcSampleSeries.Builder.samples(Iterable<? extends Sample> elements)
Sets or replaces all elements for
samples list. |
ImmutableBackupGroupSampleSeries.Builder |
ImmutableBackupGroupSampleSeries.Builder.samples(Iterable<? extends Sample> elements)
Sets or replaces all elements for
samples list. |
ImmutableVdcSampleSeries |
ImmutableVdcSampleSeries.withSamples(Iterable<? extends Sample> elements)
Copy the current immutable object with elements that replace the content of
samples . |
ImmutableBackupGroupSampleSeries |
ImmutableBackupGroupSampleSeries.withSamples(Iterable<? extends Sample> elements)
Copy the current immutable object with elements that replace the content of
samples . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.