Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.UpdateEnrollmentStatusRequest
-
Packages that use UpdateEnrollmentStatusRequest 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.software.amazon.awssdk.services.costoptimizationhub.transform -
-
Uses of UpdateEnrollmentStatusRequest in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub with parameters of type UpdateEnrollmentStatusRequest Modifier and Type Method Description 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.default UpdateEnrollmentStatusResponseCostOptimizationHubClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service. -
Uses of UpdateEnrollmentStatusRequest in software.amazon.awssdk.services.costoptimizationhub.transform
Methods in software.amazon.awssdk.services.costoptimizationhub.transform with parameters of type UpdateEnrollmentStatusRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEnrollmentStatusRequestMarshaller. marshall(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)
-