Uses of Class
software.amazon.awssdk.services.snowball.model.JobResource
-
Packages that use JobResource Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of JobResource in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return JobResource Modifier and Type Method Description JobResourceClusterMetadata. resources()The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.JobResourceCreateClusterRequest. resources()The resources associated with the cluster job.JobResourceCreateJobRequest. resources()Defines the Amazon S3 buckets associated with this job.JobResourceJobMetadata. resources()An array ofS3Resourceobjects.JobResourceUpdateClusterRequest. resources()The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.JobResourceUpdateJobRequest. resources()The updatedJobResourceobject, or the updated JobResource object.Methods in software.amazon.awssdk.services.snowball.model with parameters of type JobResource Modifier and Type Method Description ClusterMetadata.BuilderClusterMetadata.Builder. resources(JobResource resources)The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.CreateClusterRequest.BuilderCreateClusterRequest.Builder. resources(JobResource resources)The resources associated with the cluster job.CreateJobRequest.BuilderCreateJobRequest.Builder. resources(JobResource resources)Defines the Amazon S3 buckets associated with this job.JobMetadata.BuilderJobMetadata.Builder. resources(JobResource resources)An array ofS3Resourceobjects.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. resources(JobResource resources)The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.UpdateJobRequest.BuilderUpdateJobRequest.Builder. resources(JobResource resources)The updatedJobResourceobject, or the updated JobResource object.
-