Uses of Class
software.amazon.awssdk.services.synthetics.model.ListGroupResourcesResponse
-
Packages that use ListGroupResourcesResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of ListGroupResourcesResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return ListGroupResourcesResponse Modifier and Type Method Description default ListGroupResourcesResponseSyntheticsClient. listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)This operation returns a list of the ARNs of the canaries that are associated with the specified group.default ListGroupResourcesResponseSyntheticsClient. listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)This operation returns a list of the ARNs of the canaries that are associated with the specified group.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type ListGroupResourcesResponse Modifier and Type Method Description default CompletableFuture<ListGroupResourcesResponse>SyntheticsAsyncClient. listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)This operation returns a list of the ARNs of the canaries that are associated with the specified group.default CompletableFuture<ListGroupResourcesResponse>SyntheticsAsyncClient. listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)This operation returns a list of the ARNs of the canaries that are associated with the specified group. -
Uses of ListGroupResourcesResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type ListGroupResourcesResponse Modifier and Type Method Description Iterator<ListGroupResourcesResponse>ListGroupResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type ListGroupResourcesResponse Modifier and Type Method Description voidListGroupResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupResourcesResponse> subscriber)
-