Class ActiveDirectoryIdentityProvider
- java.lang.Object
-
- software.amazon.awssdk.services.licensemanagerusersubscriptions.model.ActiveDirectoryIdentityProvider
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActiveDirectoryIdentityProvider.Builder,ActiveDirectoryIdentityProvider>
@Generated("software.amazon.awssdk:codegen") public final class ActiveDirectoryIdentityProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActiveDirectoryIdentityProvider.Builder,ActiveDirectoryIdentityProvider>
Details about an Active Directory identity provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActiveDirectoryIdentityProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveDirectorySettingsactiveDirectorySettings()TheActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.ActiveDirectoryTypeactiveDirectoryType()The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.StringactiveDirectoryTypeAsString()The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.static ActiveDirectoryIdentityProvider.Builderbuilder()StringdirectoryId()The directory ID for an Active Directory identity provider.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ActiveDirectoryIdentityProvider.Builder>serializableBuilderClass()ActiveDirectoryIdentityProvider.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
activeDirectorySettings
public final ActiveDirectorySettings activeDirectorySettings()
The
ActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.- Returns:
- The
ActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.
-
activeDirectoryType
public final ActiveDirectoryType activeDirectoryType()
The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
If the service returns an enum value that is not available in the current SDK version,
activeDirectoryTypewill returnActiveDirectoryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactiveDirectoryTypeAsString().- Returns:
- The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
- See Also:
ActiveDirectoryType
-
activeDirectoryTypeAsString
public final String activeDirectoryTypeAsString()
The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
If the service returns an enum value that is not available in the current SDK version,
activeDirectoryTypewill returnActiveDirectoryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactiveDirectoryTypeAsString().- Returns:
- The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
- See Also:
ActiveDirectoryType
-
directoryId
public final String directoryId()
The directory ID for an Active Directory identity provider.
- Returns:
- The directory ID for an Active Directory identity provider.
-
toBuilder
public ActiveDirectoryIdentityProvider.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActiveDirectoryIdentityProvider.Builder,ActiveDirectoryIdentityProvider>
-
builder
public static ActiveDirectoryIdentityProvider.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActiveDirectoryIdentityProvider.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-