Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.S3Destination
-
Packages that use S3Destination Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of S3Destination in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return S3Destination Modifier and Type Method Description S3DestinationExportDestination. s3()An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.S3DestinationExportAutoScalingGroupRecommendationsResponse. s3Destination()An object that describes the destination Amazon S3 bucket of a recommendations export file.S3DestinationExportEbsVolumeRecommendationsResponse. s3Destination()Returns the value of the S3Destination property for this object.S3DestinationExportEc2InstanceRecommendationsResponse. s3Destination()An object that describes the destination Amazon S3 bucket of a recommendations export file.S3DestinationExportEcsServiceRecommendationsResponse. s3Destination()Returns the value of the S3Destination property for this object.S3DestinationExportLambdaFunctionRecommendationsResponse. s3Destination()Returns the value of the S3Destination property for this object.S3DestinationExportLicenseRecommendationsResponse. s3Destination()Returns the value of the S3Destination property for this object.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type S3Destination Modifier and Type Method Description ExportDestination.BuilderExportDestination.Builder. s3(S3Destination s3)An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.ExportAutoScalingGroupRecommendationsResponse.BuilderExportAutoScalingGroupRecommendationsResponse.Builder. s3Destination(S3Destination s3Destination)An object that describes the destination Amazon S3 bucket of a recommendations export file.ExportEbsVolumeRecommendationsResponse.BuilderExportEbsVolumeRecommendationsResponse.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.ExportEc2InstanceRecommendationsResponse.BuilderExportEc2InstanceRecommendationsResponse.Builder. s3Destination(S3Destination s3Destination)An object that describes the destination Amazon S3 bucket of a recommendations export file.ExportEcsServiceRecommendationsResponse.BuilderExportEcsServiceRecommendationsResponse.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.ExportLambdaFunctionRecommendationsResponse.BuilderExportLambdaFunctionRecommendationsResponse.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.ExportLicenseRecommendationsResponse.BuilderExportLicenseRecommendationsResponse.Builder. s3Destination(S3Destination s3Destination)Sets the value of the S3Destination property for this object.
-