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