Uses of Interface
software.amazon.awssdk.services.iotevents.model.SSOIdentity.Builder
-
Packages that use SSOIdentity.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SSOIdentity.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SSOIdentity.Builder Modifier and Type Method Description static SSOIdentity.BuilderSSOIdentity. builder()SSOIdentity.BuilderSSOIdentity.Builder. identityStoreId(String identityStoreId)The ID of the AWS SSO identity store.SSOIdentity.BuilderSSOIdentity. toBuilder()SSOIdentity.BuilderSSOIdentity.Builder. userId(String userId)The user ID.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type SSOIdentity.Builder Modifier and Type Method Description static Class<? extends SSOIdentity.Builder>SSOIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type SSOIdentity.Builder Modifier and Type Method Description default RecipientDetail.BuilderRecipientDetail.Builder. ssoIdentity(Consumer<SSOIdentity.Builder> ssoIdentity)The AWS Single Sign-On (AWS SSO) authentication information.
-