Uses of Class
software.amazon.awssdk.services.storagegateway.model.SMBFileShareInfo
-
Packages that use SMBFileShareInfo Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of SMBFileShareInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type SMBFileShareInfo Modifier and Type Method Description List<SMBFileShareInfo>DescribeSmbFileSharesResponse. smbFileShareInfoList()An array containing a description for each requested file share.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type SMBFileShareInfo Modifier and Type Method Description DescribeSmbFileSharesResponse.BuilderDescribeSmbFileSharesResponse.Builder. smbFileShareInfoList(SMBFileShareInfo... smbFileShareInfoList)An array containing a description for each requested file share.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type SMBFileShareInfo Modifier and Type Method Description DescribeSmbFileSharesResponse.BuilderDescribeSmbFileSharesResponse.Builder. smbFileShareInfoList(Collection<SMBFileShareInfo> smbFileShareInfoList)An array containing a description for each requested file share.
-