Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceAssociationOutputLocation
Packages that use InstanceAssociationOutputLocation
-
Uses of InstanceAssociationOutputLocation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceAssociationOutputLocationModifier and TypeMethodDescriptionAssociationDescription.outputLocation()An S3 bucket where you want to store the output details of the request.AssociationVersionInfo.outputLocation()The location in Amazon S3 specified for the association when the association version was created.CreateAssociationBatchRequestEntry.outputLocation()An S3 bucket where you want to store the results of this request.CreateAssociationRequest.outputLocation()An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.UpdateAssociationRequest.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 InstanceAssociationOutputLocationModifier and TypeMethodDescriptionAssociationDescription.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) An S3 bucket where you want to store the output details of the request.AssociationVersionInfo.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) The location in Amazon S3 specified for the association when the association version was created.CreateAssociationBatchRequestEntry.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) An S3 bucket where you want to store the results of this request.CreateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.UpdateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation) An S3 bucket where you want to store the results of this request.