Uses of Interface
software.amazon.awssdk.services.iot.model.AuthInfo.Builder
-
Packages that use AuthInfo.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuthInfo.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuthInfo.Builder Modifier and Type Method Description AuthInfo.BuilderAuthInfo.Builder. actionType(String actionType)The type of action for which the principal is being authorized.AuthInfo.BuilderAuthInfo.Builder. actionType(ActionType actionType)The type of action for which the principal is being authorized.static AuthInfo.BuilderAuthInfo. builder()AuthInfo.BuilderAuthInfo.Builder. resources(String... resources)The resources for which the principal is being authorized to perform the specified action.AuthInfo.BuilderAuthInfo.Builder. resources(Collection<String> resources)The resources for which the principal is being authorized to perform the specified action.AuthInfo.BuilderAuthInfo. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuthInfo.Builder Modifier and Type Method Description static Class<? extends AuthInfo.Builder>AuthInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuthInfo.Builder Modifier and Type Method Description default AuthResult.BuilderAuthResult.Builder. authInfo(Consumer<AuthInfo.Builder> authInfo)Authorization information.
-