Uses of Class
software.amazon.awssdk.services.shield.model.ListResourcesInProtectionGroupRequest
-
Packages that use ListResourcesInProtectionGroupRequest Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.paginators software.amazon.awssdk.services.shield.transform -
-
Uses of ListResourcesInProtectionGroupRequest in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield with parameters of type ListResourcesInProtectionGroupRequest Modifier and Type Method Description default CompletableFuture<ListResourcesInProtectionGroupResponse>ShieldAsyncClient. listResourcesInProtectionGroup(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)Retrieves the resources that are included in the protection group.default ListResourcesInProtectionGroupResponseShieldClient. listResourcesInProtectionGroup(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)Retrieves the resources that are included in the protection group.default ListResourcesInProtectionGroupPublisherShieldAsyncClient. listResourcesInProtectionGroupPaginator(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)Retrieves the resources that are included in the protection group.default ListResourcesInProtectionGroupIterableShieldClient. listResourcesInProtectionGroupPaginator(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)Retrieves the resources that are included in the protection group. -
Uses of ListResourcesInProtectionGroupRequest in software.amazon.awssdk.services.shield.paginators
Constructors in software.amazon.awssdk.services.shield.paginators with parameters of type ListResourcesInProtectionGroupRequest Constructor Description ListResourcesInProtectionGroupIterable(ShieldClient client, ListResourcesInProtectionGroupRequest firstRequest)ListResourcesInProtectionGroupPublisher(ShieldAsyncClient client, ListResourcesInProtectionGroupRequest firstRequest) -
Uses of ListResourcesInProtectionGroupRequest in software.amazon.awssdk.services.shield.transform
Methods in software.amazon.awssdk.services.shield.transform with parameters of type ListResourcesInProtectionGroupRequest Modifier and Type Method Description SdkHttpFullRequestListResourcesInProtectionGroupRequestMarshaller. marshall(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)
-