Uses of Interface
software.amazon.awssdk.services.iot.model.Denied.Builder
-
Packages that use Denied.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Denied.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Denied.Builder Modifier and Type Method Description static Denied.BuilderDenied. builder()default Denied.BuilderDenied.Builder. explicitDeny(Consumer<ExplicitDeny.Builder> explicitDeny)Information that explicitly denies the authorization.Denied.BuilderDenied.Builder. explicitDeny(ExplicitDeny explicitDeny)Information that explicitly denies the authorization.default Denied.BuilderDenied.Builder. implicitDeny(Consumer<ImplicitDeny.Builder> implicitDeny)Information that implicitly denies the authorization.Denied.BuilderDenied.Builder. implicitDeny(ImplicitDeny implicitDeny)Information that implicitly denies the authorization.Denied.BuilderDenied. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Denied.Builder Modifier and Type Method Description static Class<? extends Denied.Builder>Denied. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Denied.Builder Modifier and Type Method Description default AuthResult.BuilderAuthResult.Builder. denied(Consumer<Denied.Builder> denied)The policies and statements that denied the specified action.
-