Uses of Class
software.amazon.awssdk.services.shield.model.ListProtectionsRequest
-
Packages that use ListProtectionsRequest Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.paginators software.amazon.awssdk.services.shield.transform -
-
Uses of ListProtectionsRequest in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield with parameters of type ListProtectionsRequest Modifier and Type Method Description default CompletableFuture<ListProtectionsResponse>ShieldAsyncClient. listProtections(ListProtectionsRequest listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsResponseShieldClient. listProtections(ListProtectionsRequest listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsPublisherShieldAsyncClient. listProtectionsPaginator(ListProtectionsRequest listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsIterableShieldClient. listProtectionsPaginator(ListProtectionsRequest listProtectionsRequest)Retrieves Protection objects for the account. -
Uses of ListProtectionsRequest in software.amazon.awssdk.services.shield.paginators
Constructors in software.amazon.awssdk.services.shield.paginators with parameters of type ListProtectionsRequest Constructor Description ListProtectionsIterable(ShieldClient client, ListProtectionsRequest firstRequest)ListProtectionsPublisher(ShieldAsyncClient client, ListProtectionsRequest firstRequest) -
Uses of ListProtectionsRequest in software.amazon.awssdk.services.shield.transform
Methods in software.amazon.awssdk.services.shield.transform with parameters of type ListProtectionsRequest Modifier and Type Method Description SdkHttpFullRequestListProtectionsRequestMarshaller. marshall(ListProtectionsRequest listProtectionsRequest)
-