Uses of Class
software.amazon.awssdk.services.synthetics.model.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseSyntheticsClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.default ListGroupsResponseSyntheticsClient. listGroups(ListGroupsRequest listGroupsRequest)Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>SyntheticsAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.default CompletableFuture<ListGroupsResponse>SyntheticsAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-