Uses of Class
software.amazon.awssdk.services.batch.model.ServiceResourceId
-
Packages that use ServiceResourceId Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceResourceId in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceResourceId Modifier and Type Method Description ServiceResourceIdLatestServiceJobAttempt. serviceResourceId()The service resource identifier associated with the service job attempt.ServiceResourceIdServiceJobAttemptDetail. serviceResourceId()The service resource identifier associated with the service job attempt.ServiceResourceIdServiceJobPreemptedAttempt. serviceResourceId()The service resource identifier associated with the service job attempt.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceResourceId Modifier and Type Method Description LatestServiceJobAttempt.BuilderLatestServiceJobAttempt.Builder. serviceResourceId(ServiceResourceId serviceResourceId)The service resource identifier associated with the service job attempt.ServiceJobAttemptDetail.BuilderServiceJobAttemptDetail.Builder. serviceResourceId(ServiceResourceId serviceResourceId)The service resource identifier associated with the service job attempt.ServiceJobPreemptedAttempt.BuilderServiceJobPreemptedAttempt.Builder. serviceResourceId(ServiceResourceId serviceResourceId)The service resource identifier associated with the service job attempt.
-