Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceAssociationOutputLocation
-
Packages that use InstanceAssociationOutputLocation Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InstanceAssociationOutputLocation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceAssociationOutputLocation Modifier and Type Method Description InstanceAssociationOutputLocationAssociationDescription. outputLocation()An S3 bucket where you want to store the output details of the request.InstanceAssociationOutputLocationAssociationVersionInfo. outputLocation()The location in Amazon S3 specified for the association when the association version was created.InstanceAssociationOutputLocationCreateAssociationBatchRequestEntry. outputLocation()An S3 bucket where you want to store the results of this request.InstanceAssociationOutputLocationCreateAssociationRequest. outputLocation()An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.InstanceAssociationOutputLocationUpdateAssociationRequest. outputLocation()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 InstanceAssociationOutputLocation Modifier and Type Method Description AssociationDescription.BuilderAssociationDescription.Builder. outputLocation(InstanceAssociationOutputLocation outputLocation)An S3 bucket where you want to store the output details of the request.AssociationVersionInfo.BuilderAssociationVersionInfo.Builder. outputLocation(InstanceAssociationOutputLocation outputLocation)The location in Amazon S3 specified for the association when the association version was created.CreateAssociationBatchRequestEntry.BuilderCreateAssociationBatchRequestEntry.Builder. outputLocation(InstanceAssociationOutputLocation outputLocation)An S3 bucket where you want to store the results of this request.CreateAssociationRequest.BuilderCreateAssociationRequest.Builder. outputLocation(InstanceAssociationOutputLocation outputLocation)An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.UpdateAssociationRequest.BuilderUpdateAssociationRequest.Builder. outputLocation(InstanceAssociationOutputLocation outputLocation)An S3 bucket where you want to store the results of this request.
-