Uses of Class
com.amazonaws.services.iot.model.ListPoliciesResult
Packages that use ListPoliciesResult
-
Uses of ListPoliciesResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return ListPoliciesResultModifier and TypeMethodDescriptionAbstractAWSIot.listPolicies(ListPoliciesRequest request) AWSIot.listPolicies(ListPoliciesRequest listPoliciesRequest) Lists your policies.AWSIotClient.listPolicies(ListPoliciesRequest listPoliciesRequest) Lists your policies.Methods in com.amazonaws.services.iot that return types with arguments of type ListPoliciesResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.listPoliciesAsync(ListPoliciesRequest request) AbstractAWSIotAsync.listPoliciesAsync(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) AWSIotAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest) Lists your policies.AWSIotAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Lists your policies.AWSIotAsyncClient.listPoliciesAsync(ListPoliciesRequest request) AWSIotAsyncClient.listPoliciesAsync(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type ListPoliciesResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.listPoliciesAsync(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) AWSIotAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Lists your policies.AWSIotAsyncClient.listPoliciesAsync(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) -
Uses of ListPoliciesResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ListPoliciesResultModifier and TypeMethodDescriptionListPoliciesResult.clone()ListPoliciesResult.withNextMarker(String nextMarker) The marker for the next set of results, or null if there are no additional results.ListPoliciesResult.withPolicies(Policy... policies) The descriptions of the policies.ListPoliciesResult.withPolicies(Collection<Policy> policies) The descriptions of the policies.