Uses of Class
software.amazon.awssdk.services.synthetics.model.ListAssociatedGroupsResponse
-
Packages that use ListAssociatedGroupsResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of ListAssociatedGroupsResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return ListAssociatedGroupsResponse Modifier and Type Method Description default ListAssociatedGroupsResponseSyntheticsClient. listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)Returns a list of the groups that the specified canary is associated with.default ListAssociatedGroupsResponseSyntheticsClient. listAssociatedGroups(ListAssociatedGroupsRequest listAssociatedGroupsRequest)Returns a list of the groups that the specified canary is associated with.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type ListAssociatedGroupsResponse Modifier and Type Method Description default CompletableFuture<ListAssociatedGroupsResponse>SyntheticsAsyncClient. listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)Returns a list of the groups that the specified canary is associated with.default CompletableFuture<ListAssociatedGroupsResponse>SyntheticsAsyncClient. listAssociatedGroups(ListAssociatedGroupsRequest listAssociatedGroupsRequest)Returns a list of the groups that the specified canary is associated with. -
Uses of ListAssociatedGroupsResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type ListAssociatedGroupsResponse Modifier and Type Method Description Iterator<ListAssociatedGroupsResponse>ListAssociatedGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type ListAssociatedGroupsResponse Modifier and Type Method Description voidListAssociatedGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssociatedGroupsResponse> subscriber)
-