Uses of Class
software.amazon.awssdk.services.codedeploy.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of S3Location in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return S3Location Modifier and Type Method Description S3LocationRevisionLocation. s3Location()Information about the location of a revision stored in Amazon S3.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type S3Location Modifier and Type Method Description RevisionLocation.BuilderRevisionLocation.Builder. s3Location(S3Location s3Location)Information about the location of a revision stored in Amazon S3.
-