Uses of Class
software.amazon.awssdk.services.synthetics.model.ListGroupsRequest
-
Packages that use ListGroupsRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators software.amazon.awssdk.services.synthetics.transform -
-
Uses of ListGroupsRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type ListGroupsRequest Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>SyntheticsAsyncClient. listGroups(ListGroupsRequest 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.default ListGroupsPublisherSyntheticsAsyncClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)This is a variant ofSyntheticsAsyncClient.listGroups(software.amazon.awssdk.services.synthetics.model.ListGroupsRequest)operation.default ListGroupsIterableSyntheticsClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)This is a variant ofSyntheticsClient.listGroups(software.amazon.awssdk.services.synthetics.model.ListGroupsRequest)operation. -
Uses of ListGroupsRequest in software.amazon.awssdk.services.synthetics.paginators
Constructors in software.amazon.awssdk.services.synthetics.paginators with parameters of type ListGroupsRequest Constructor Description ListGroupsIterable(SyntheticsClient client, ListGroupsRequest firstRequest)ListGroupsPublisher(SyntheticsAsyncClient client, ListGroupsRequest firstRequest) -
Uses of ListGroupsRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type ListGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListGroupsRequestMarshaller. marshall(ListGroupsRequest listGroupsRequest)
-