Uses of Interface
software.amazon.awssdk.services.iot.model.ImplicitDeny.Builder
-
Packages that use ImplicitDeny.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ImplicitDeny.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ImplicitDeny.Builder Modifier and Type Method Description static ImplicitDeny.BuilderImplicitDeny. builder()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.ImplicitDeny.BuilderImplicitDeny.Builder. policies(Consumer<Policy.Builder>... policies)Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.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.ImplicitDeny.BuilderImplicitDeny. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ImplicitDeny.Builder Modifier and Type Method Description static Class<? extends ImplicitDeny.Builder>ImplicitDeny. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ImplicitDeny.Builder Modifier and Type Method Description default Denied.BuilderDenied.Builder. implicitDeny(Consumer<ImplicitDeny.Builder> implicitDeny)Information that implicitly denies the authorization.
-