Uses of Class
software.amazon.awssdk.services.shield.model.ListProtectionGroupsResponse
-
Packages that use ListProtectionGroupsResponse Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.paginators -
-
Uses of ListProtectionGroupsResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return ListProtectionGroupsResponse Modifier and Type Method Description default ListProtectionGroupsResponseShieldClient. listProtectionGroups(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest)Retrieves ProtectionGroup objects for the account.default ListProtectionGroupsResponseShieldClient. listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)Retrieves ProtectionGroup objects for the account.Methods in software.amazon.awssdk.services.shield that return types with arguments of type ListProtectionGroupsResponse Modifier and Type Method Description default CompletableFuture<ListProtectionGroupsResponse>ShieldAsyncClient. listProtectionGroups(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest)Retrieves ProtectionGroup objects for the account.default CompletableFuture<ListProtectionGroupsResponse>ShieldAsyncClient. listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)Retrieves ProtectionGroup objects for the account. -
Uses of ListProtectionGroupsResponse in software.amazon.awssdk.services.shield.paginators
Methods in software.amazon.awssdk.services.shield.paginators that return types with arguments of type ListProtectionGroupsResponse Modifier and Type Method Description Iterator<ListProtectionGroupsResponse>ListProtectionGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.shield.paginators with type arguments of type ListProtectionGroupsResponse Modifier and Type Method Description voidListProtectionGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProtectionGroupsResponse> subscriber)
-