Uses of Class
software.amazon.awssdk.services.mq.model.LdapServerMetadataOutput
-
Packages that use LdapServerMetadataOutput Package Description software.amazon.awssdk.services.mq.model -
-
Uses of LdapServerMetadataOutput in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return LdapServerMetadataOutput Modifier and Type Method Description LdapServerMetadataOutputDescribeBrokerResponse. ldapServerMetadata()The metadata of the LDAP server used to authenticate and authorize connections to the broker.LdapServerMetadataOutputUpdateBrokerResponse. ldapServerMetadata()Optional.LdapServerMetadataOutputDescribeBrokerResponse. pendingLdapServerMetadata()The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after it is rebooted.Methods in software.amazon.awssdk.services.mq.model with parameters of type LdapServerMetadataOutput Modifier and Type Method Description DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. ldapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)The metadata of the LDAP server used to authenticate and authorize connections to the broker.UpdateBrokerResponse.BuilderUpdateBrokerResponse.Builder. ldapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)Optional.DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. pendingLdapServerMetadata(LdapServerMetadataOutput pendingLdapServerMetadata)The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after it is rebooted.
-