Uses of Interface
software.amazon.awssdk.services.guardduty.model.ListIpSetsResponse.Builder
-
Packages that use ListIpSetsResponse.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ListIpSetsResponse.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ListIpSetsResponse.Builder Modifier and Type Method Description static ListIpSetsResponse.BuilderListIpSetsResponse. builder()ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSetIds(String... ipSetIds)The IDs of the IPSet resources.ListIpSetsResponse.BuilderListIpSetsResponse.Builder. ipSetIds(Collection<String> ipSetIds)The IDs of the IPSet resources.ListIpSetsResponse.BuilderListIpSetsResponse.Builder. nextToken(String nextToken)The pagination parameter to be used on the next list operation to retrieve more items.ListIpSetsResponse.BuilderListIpSetsResponse. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ListIpSetsResponse.Builder Modifier and Type Method Description static Class<? extends ListIpSetsResponse.Builder>ListIpSetsResponse. serializableBuilderClass()
-