Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.ExportLicenseRecommendationsResponse.Builder
-
Packages that use ExportLicenseRecommendationsResponse.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of ExportLicenseRecommendationsResponse.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return ExportLicenseRecommendationsResponse.Builder Modifier and Type Method Description static ExportLicenseRecommendationsResponse.BuilderExportLicenseRecommendationsResponse. builder()ExportLicenseRecommendationsResponse.BuilderExportLicenseRecommendationsResponse.Builder. jobId(String jobId)The identification number of the export job.default ExportLicenseRecommendationsResponse.BuilderExportLicenseRecommendationsResponse.Builder. s3Destination(Consumer<S3Destination.Builder> 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.ExportLicenseRecommendationsResponse.BuilderExportLicenseRecommendationsResponse. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type ExportLicenseRecommendationsResponse.Builder Modifier and Type Method Description static Class<? extends ExportLicenseRecommendationsResponse.Builder>ExportLicenseRecommendationsResponse. serializableBuilderClass()
-