Uses of Class
software.amazon.awssdk.services.ssm.model.S3OutputLocation
-
Packages that use S3OutputLocation Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of S3OutputLocation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return S3OutputLocation Modifier and Type Method Description S3OutputLocationInstanceAssociationOutputLocation. s3Location()An S3 bucket where you want to store the results of this request.Methods in software.amazon.awssdk.services.ssm.model with parameters of type S3OutputLocation Modifier and Type Method Description InstanceAssociationOutputLocation.BuilderInstanceAssociationOutputLocation.Builder. s3Location(S3OutputLocation s3Location)An S3 bucket where you want to store the results of this request.
-