Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.UpdateEnrollmentStatusResponse
-
Packages that use UpdateEnrollmentStatusResponse Package Description software.amazon.awssdk.services.costoptimizationhub You can use the Cost Optimization Hub API to programmatically identify, filter, aggregate, and quantify savings for your cost optimization recommendations across multiple Amazon Web Services Regions and Amazon Web Services accounts in your organization. -
-
Uses of UpdateEnrollmentStatusResponse in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub that return UpdateEnrollmentStatusResponse Modifier and Type Method Description default UpdateEnrollmentStatusResponseCostOptimizationHubClient. updateEnrollmentStatus(Consumer<UpdateEnrollmentStatusRequest.Builder> updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.default UpdateEnrollmentStatusResponseCostOptimizationHubClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.Methods in software.amazon.awssdk.services.costoptimizationhub that return types with arguments of type UpdateEnrollmentStatusResponse Modifier and Type Method Description default CompletableFuture<UpdateEnrollmentStatusResponse>CostOptimizationHubAsyncClient. updateEnrollmentStatus(Consumer<UpdateEnrollmentStatusRequest.Builder> updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.default CompletableFuture<UpdateEnrollmentStatusResponse>CostOptimizationHubAsyncClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.
-