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