Uses of Class
software.amazon.awssdk.services.storagegateway.model.JoinDomainResponse
-
Packages that use JoinDomainResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of JoinDomainResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return JoinDomainResponse Modifier and Type Method Description default JoinDomainResponseStorageGatewayClient. joinDomain(Consumer<JoinDomainRequest.Builder> joinDomainRequest)Adds a file gateway to an Active Directory domain.default JoinDomainResponseStorageGatewayClient. joinDomain(JoinDomainRequest joinDomainRequest)Adds a file gateway to an Active Directory domain.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type JoinDomainResponse Modifier and Type Method Description default CompletableFuture<JoinDomainResponse>StorageGatewayAsyncClient. joinDomain(Consumer<JoinDomainRequest.Builder> joinDomainRequest)Adds a file gateway to an Active Directory domain.default CompletableFuture<JoinDomainResponse>StorageGatewayAsyncClient. joinDomain(JoinDomainRequest joinDomainRequest)Adds a file gateway to an Active Directory domain.
-