Uses of Class
software.amazon.awssdk.services.shield.model.ListProtectionsResponse
-
Packages that use ListProtectionsResponse Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.paginators -
-
Uses of ListProtectionsResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return ListProtectionsResponse Modifier and Type Method Description default ListProtectionsResponseShieldClient. listProtections()Retrieves Protection objects for the account.default ListProtectionsResponseShieldClient. listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsResponseShieldClient. listProtections(ListProtectionsRequest listProtectionsRequest)Retrieves Protection objects for the account.Methods in software.amazon.awssdk.services.shield that return types with arguments of type ListProtectionsResponse Modifier and Type Method Description default CompletableFuture<ListProtectionsResponse>ShieldAsyncClient. listProtections()Retrieves Protection objects for the account.default CompletableFuture<ListProtectionsResponse>ShieldAsyncClient. listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)Retrieves Protection objects for the account.default CompletableFuture<ListProtectionsResponse>ShieldAsyncClient. listProtections(ListProtectionsRequest listProtectionsRequest)Retrieves Protection objects for the account. -
Uses of ListProtectionsResponse in software.amazon.awssdk.services.shield.paginators
Methods in software.amazon.awssdk.services.shield.paginators that return types with arguments of type ListProtectionsResponse Modifier and Type Method Description Iterator<ListProtectionsResponse>ListProtectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.shield.paginators with type arguments of type ListProtectionsResponse Modifier and Type Method Description voidListProtectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProtectionsResponse> subscriber)
-