Uses of Class
software.amazon.awssdk.services.iot.model.Policy
-
Packages that use Policy Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of Policy in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Policy Modifier and Type Method Description List<Policy>Allowed. policies()A list of policies that allowed the authentication.List<Policy>ExplicitDeny. policies()The policies that denied the authorization.List<Policy>ImplicitDeny. policies()Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.List<Policy>ListAttachedPoliciesResponse. policies()The policies.List<Policy>ListPoliciesResponse. policies()The descriptions of the policies.Methods in software.amazon.awssdk.services.iot.model with parameters of type Policy Modifier and Type Method Description Allowed.BuilderAllowed.Builder. policies(Policy... policies)A list of policies that allowed the authentication.ExplicitDeny.BuilderExplicitDeny.Builder. policies(Policy... policies)The policies that denied the authorization.ImplicitDeny.BuilderImplicitDeny.Builder. policies(Policy... policies)Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.ListAttachedPoliciesResponse.BuilderListAttachedPoliciesResponse.Builder. policies(Policy... policies)The policies.ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(Policy... policies)The descriptions of the policies.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Policy Modifier and Type Method Description Allowed.BuilderAllowed.Builder. policies(Collection<Policy> policies)A list of policies that allowed the authentication.ExplicitDeny.BuilderExplicitDeny.Builder. policies(Collection<Policy> policies)The policies that denied the authorization.ImplicitDeny.BuilderImplicitDeny.Builder. policies(Collection<Policy> policies)Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.ListAttachedPoliciesResponse.BuilderListAttachedPoliciesResponse.Builder. policies(Collection<Policy> policies)The policies.ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(Collection<Policy> policies)The descriptions of the policies. -
Uses of Policy in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type Policy Modifier and Type Method Description SdkIterable<Policy>ListAttachedPoliciesIterable. policies()Returns an iterable to iterate through the paginatedListAttachedPoliciesResponse.policies()member.SdkPublisher<Policy>ListAttachedPoliciesPublisher. policies()Returns a publisher that can be used to get a stream of data.SdkIterable<Policy>ListPoliciesIterable. policies()Returns an iterable to iterate through the paginatedListPoliciesResponse.policies()member.SdkPublisher<Policy>ListPoliciesPublisher. policies()Returns a publisher that can be used to get a stream of data.
-