Uses of Interface
software.amazon.awssdk.services.iot.model.ListTargetsForPolicyResponse.Builder
-
Packages that use ListTargetsForPolicyResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListTargetsForPolicyResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListTargetsForPolicyResponse.Builder Modifier and Type Method Description static ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse. builder()ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse.Builder. nextMarker(String nextMarker)A marker used to get the next set of results.ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse.Builder. targets(String... targets)The policy targets.ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse.Builder. targets(Collection<String> targets)The policy targets.ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListTargetsForPolicyResponse.Builder Modifier and Type Method Description static Class<? extends ListTargetsForPolicyResponse.Builder>ListTargetsForPolicyResponse. serializableBuilderClass()
-