Uses of Interface
software.amazon.awssdk.services.iot.model.ListTargetsForPolicyRequest.Builder
-
Packages that use ListTargetsForPolicyRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListTargetsForPolicyRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListTargetsForPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTargetsForPolicyResponse>IotAsyncClient. listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)List targets for the specified policy.default ListTargetsForPolicyResponseIotClient. listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)List targets for the specified policy.default ListTargetsForPolicyPublisherIotAsyncClient. listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)List targets for the specified policy.default ListTargetsForPolicyIterableIotClient. listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)List targets for the specified policy. -
Uses of ListTargetsForPolicyRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListTargetsForPolicyRequest.Builder Modifier and Type Method Description static ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest. builder()ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. marker(String marker)A marker used to get the next set of results.ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. pageSize(Integer pageSize)The maximum number of results to return at one time.ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. policyName(String policyName)The policy name.ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListTargetsForPolicyRequest.Builder Modifier and Type Method Description static Class<? extends ListTargetsForPolicyRequest.Builder>ListTargetsForPolicyRequest. serializableBuilderClass()
-