Uses of Interface
software.amazon.awssdk.services.iot.model.Allowed.Builder
-
Packages that use Allowed.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Allowed.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Allowed.Builder Modifier and Type Method Description static Allowed.BuilderAllowed. builder()Allowed.BuilderAllowed.Builder. policies(Collection<Policy> policies)A list of policies that allowed the authentication.Allowed.BuilderAllowed.Builder. policies(Consumer<Policy.Builder>... policies)A list of policies that allowed the authentication.Allowed.BuilderAllowed.Builder. policies(Policy... policies)A list of policies that allowed the authentication.Allowed.BuilderAllowed. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Allowed.Builder Modifier and Type Method Description static Class<? extends Allowed.Builder>Allowed. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Allowed.Builder Modifier and Type Method Description default AuthResult.BuilderAuthResult.Builder. allowed(Consumer<Allowed.Builder> allowed)The policies and statements that allowed the specified action.
-