Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.ListEnrollmentStatusesResponse
-
Packages that use ListEnrollmentStatusesResponse 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.paginators -
-
Uses of ListEnrollmentStatusesResponse in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub that return ListEnrollmentStatusesResponse Modifier and Type Method Description default ListEnrollmentStatusesResponseCostOptimizationHubClient. listEnrollmentStatuses(Consumer<ListEnrollmentStatusesRequest.Builder> listEnrollmentStatusesRequest)Retrieves the enrollment status for an account.default ListEnrollmentStatusesResponseCostOptimizationHubClient. listEnrollmentStatuses(ListEnrollmentStatusesRequest listEnrollmentStatusesRequest)Retrieves the enrollment status for an account.Methods in software.amazon.awssdk.services.costoptimizationhub that return types with arguments of type ListEnrollmentStatusesResponse Modifier and Type Method Description default CompletableFuture<ListEnrollmentStatusesResponse>CostOptimizationHubAsyncClient. listEnrollmentStatuses(Consumer<ListEnrollmentStatusesRequest.Builder> listEnrollmentStatusesRequest)Retrieves the enrollment status for an account.default CompletableFuture<ListEnrollmentStatusesResponse>CostOptimizationHubAsyncClient. listEnrollmentStatuses(ListEnrollmentStatusesRequest listEnrollmentStatusesRequest)Retrieves the enrollment status for an account. -
Uses of ListEnrollmentStatusesResponse in software.amazon.awssdk.services.costoptimizationhub.paginators
Methods in software.amazon.awssdk.services.costoptimizationhub.paginators that return types with arguments of type ListEnrollmentStatusesResponse Modifier and Type Method Description Iterator<ListEnrollmentStatusesResponse>ListEnrollmentStatusesIterable. iterator()Method parameters in software.amazon.awssdk.services.costoptimizationhub.paginators with type arguments of type ListEnrollmentStatusesResponse Modifier and Type Method Description voidListEnrollmentStatusesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEnrollmentStatusesResponse> subscriber)
-