Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ResourceSnapshotJobStatus
-
Packages that use ResourceSnapshotJobStatus Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ResourceSnapshotJobStatus in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ResourceSnapshotJobStatus Modifier and Type Method Description static ResourceSnapshotJobStatusResourceSnapshotJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceSnapshotJobStatusGetResourceSnapshotJobResponse. status()The current status of the snapshot job.ResourceSnapshotJobStatusListResourceSnapshotJobsRequest. status()The status of the jobs to filter the response.ResourceSnapshotJobStatusResourceSnapshotJobSummary. status()The current status of the snapshot job.static ResourceSnapshotJobStatusResourceSnapshotJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceSnapshotJobStatus[]ResourceSnapshotJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ResourceSnapshotJobStatus Modifier and Type Method Description static Set<ResourceSnapshotJobStatus>ResourceSnapshotJobStatus. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ResourceSnapshotJobStatus Modifier and Type Method Description GetResourceSnapshotJobResponse.BuilderGetResourceSnapshotJobResponse.Builder. status(ResourceSnapshotJobStatus status)The current status of the snapshot job.ListResourceSnapshotJobsRequest.BuilderListResourceSnapshotJobsRequest.Builder. status(ResourceSnapshotJobStatus status)The status of the jobs to filter the response.ResourceSnapshotJobSummary.BuilderResourceSnapshotJobSummary.Builder. status(ResourceSnapshotJobStatus status)The current status of the snapshot job.
-