Uses of Class
software.amazon.awssdk.services.directory.model.ShareMethod
-
Packages that use ShareMethod Package Description software.amazon.awssdk.services.directory.model -
-
Uses of ShareMethod in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return ShareMethod Modifier and Type Method Description static ShareMethodShareMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareMethodDirectoryDescription. shareMethod()The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).ShareMethodSharedDirectory. shareMethod()The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).ShareMethodShareDirectoryRequest. shareMethod()The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a directory sharing request (HANDSHAKE).static ShareMethodShareMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareMethod[]ShareMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type ShareMethod Modifier and Type Method Description static Set<ShareMethod>ShareMethod. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type ShareMethod Modifier and Type Method Description DirectoryDescription.BuilderDirectoryDescription.Builder. shareMethod(ShareMethod shareMethod)The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).SharedDirectory.BuilderSharedDirectory.Builder. shareMethod(ShareMethod shareMethod)The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).ShareDirectoryRequest.BuilderShareDirectoryRequest.Builder. shareMethod(ShareMethod shareMethod)The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a directory sharing request (HANDSHAKE).
-