Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
InstanceAssociationOutputLocation |
AssociationDescription.outputLocation()
An S3 bucket where you want to store the output details of the request.
|
InstanceAssociationOutputLocation |
CreateAssociationBatchRequestEntry.outputLocation()
An S3 bucket where you want to store the results of this request.
|
InstanceAssociationOutputLocation |
CreateAssociationRequest.outputLocation()
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
InstanceAssociationOutputLocation |
AssociationVersionInfo.outputLocation()
The location in Amazon S3 specified for the association when the association version was created.
|
InstanceAssociationOutputLocation |
UpdateAssociationRequest.outputLocation()
An S3 bucket where you want to store the results of this request.
|
Modifier and Type | Method and Description |
---|---|
AssociationDescription.Builder |
AssociationDescription.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the output details of the request.
|
CreateAssociationBatchRequestEntry.Builder |
CreateAssociationBatchRequestEntry.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the results of this request.
|
CreateAssociationRequest.Builder |
CreateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the
request.
|
AssociationVersionInfo.Builder |
AssociationVersionInfo.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
The location in Amazon S3 specified for the association when the association version was created.
|
UpdateAssociationRequest.Builder |
UpdateAssociationRequest.Builder.outputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the results of this request.
|
Copyright © 2023. All rights reserved.