Uses of Interface
software.amazon.awssdk.services.storagegateway.model.JoinDomainResponse.Builder
-
Packages that use JoinDomainResponse.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of JoinDomainResponse.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return JoinDomainResponse.Builder Modifier and Type Method Description JoinDomainResponse.BuilderJoinDomainResponse.Builder. activeDirectoryStatus(String activeDirectoryStatus)Indicates the status of the gateway as a member of the Active Directory domain.JoinDomainResponse.BuilderJoinDomainResponse.Builder. activeDirectoryStatus(ActiveDirectoryStatus activeDirectoryStatus)Indicates the status of the gateway as a member of the Active Directory domain.static JoinDomainResponse.BuilderJoinDomainResponse. builder()JoinDomainResponse.BuilderJoinDomainResponse.Builder. gatewayARN(String gatewayARN)The unique Amazon Resource Name (ARN) of the gateway that joined the domain.JoinDomainResponse.BuilderJoinDomainResponse. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type JoinDomainResponse.Builder Modifier and Type Method Description static Class<? extends JoinDomainResponse.Builder>JoinDomainResponse. serializableBuilderClass()
-