| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobResource |
JobResource.clone() |
JobResource |
UpdateJobRequest.getResources()
The updated
JobResource object, or the updated JobResource object. |
JobResource |
UpdateClusterRequest.getResources()
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
JobResource |
JobMetadata.getResources()
An array of
S3Resource objects. |
JobResource |
ClusterMetadata.getResources()
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
JobResource |
CreateClusterRequest.getResources()
The resources associated with the cluster job.
|
JobResource |
CreateJobRequest.getResources()
Defines the Amazon S3 buckets associated with this job.
|
JobResource |
JobResource.withEc2AmiResources(Collection<Ec2AmiResource> ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
|
JobResource |
JobResource.withEc2AmiResources(Ec2AmiResource... ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
|
JobResource |
JobResource.withLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
|
JobResource |
JobResource.withLambdaResources(LambdaResource... lambdaResources)
The Python-language Lambda functions for this job.
|
JobResource |
JobResource.withS3Resources(Collection<S3Resource> s3Resources)
An array of
S3Resource objects. |
JobResource |
JobResource.withS3Resources(S3Resource... s3Resources)
An array of
S3Resource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateJobRequest.setResources(JobResource resources)
The updated
JobResource object, or the updated JobResource object. |
void |
UpdateClusterRequest.setResources(JobResource resources)
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
void |
JobMetadata.setResources(JobResource resources)
An array of
S3Resource objects. |
void |
ClusterMetadata.setResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
void |
CreateClusterRequest.setResources(JobResource resources)
The resources associated with the cluster job.
|
void |
CreateJobRequest.setResources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
|
UpdateJobRequest |
UpdateJobRequest.withResources(JobResource resources)
The updated
JobResource object, or the updated JobResource object. |
UpdateClusterRequest |
UpdateClusterRequest.withResources(JobResource resources)
The updated arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
JobMetadata |
JobMetadata.withResources(JobResource resources)
An array of
S3Resource objects. |
ClusterMetadata |
ClusterMetadata.withResources(JobResource resources)
The arrays of JobResource objects that can include updated S3Resource objects or
LambdaResource objects.
|
CreateClusterRequest |
CreateClusterRequest.withResources(JobResource resources)
The resources associated with the cluster job.
|
CreateJobRequest |
CreateJobRequest.withResources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
|
Copyright © 2024. All rights reserved.