Uses of Class
software.amazon.awssdk.services.ssm.model.ResourceDataSyncS3Destination
Packages that use ResourceDataSyncS3Destination
-
Uses of ResourceDataSyncS3Destination in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResourceDataSyncS3DestinationModifier and TypeMethodDescriptionCreateResourceDataSyncRequest.s3Destination()Amazon S3 configuration details for the sync.ResourceDataSyncItem.s3Destination()Configuration information for the target S3 bucket.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ResourceDataSyncS3DestinationModifier and TypeMethodDescriptionCreateResourceDataSyncRequest.Builder.s3Destination(ResourceDataSyncS3Destination s3Destination) Amazon S3 configuration details for the sync.ResourceDataSyncItem.Builder.s3Destination(ResourceDataSyncS3Destination s3Destination) Configuration information for the target S3 bucket.